Skip to content

FernE97/gulp-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gulp.js starter template

Uses gulp plugins for

As well as a few others to minify and concatenate css and js

Setup Instructions

If you don't have node.js installed grab the installer at nodejs.org and install to your system

Install gulp globally

npm install -g gulp

cd into the assets folder of your project directory

Replace gulp-app with your actual project path

cd gulp-app/assets

All commands below should be run from inside the assets directory

Run npm update to install the gulp dependencies

npm update

Rename custom-config-sample.js to custom-config.js and add any needed settings

mv custom-config-sample.js custom-config.js

Run gulp to start the default gulp tasks

gulp

About

Starter framework using gulp.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published