foundation-ultimate
Version:
The Ultimate Foundation Package with both FoundationApps and Foundation Sites Included
18 lines (16 loc) • 691 B
JavaScript
/*
=============================================================
= Foundation Utimate =
= http://github.com/relution-developments/foundation-remix =
= --------------------------------------------------------- =
= Copyright (c) 2016 - Relution Developments Ltd =
= Licensed under the MIT license. =
= @author JayDemitri =
=============================================================
*/
var gulp = require("gulp");
require("../../Gulpfile.js");
module.exports = function(){
gulp.start(['default']);
return console.log("Preview Called");
};