0.0.4 • Published 9 years ago
slush-initPro v0.0.4
initPro
Synopsis
A slush generator for simple web project scaffolding with browser-sync configured to help us do live-reloading easily.
Requirements
To use the initPro, you must have Gulp and Slush installed.
To install Gulp globally:
$ npm install -g gulpTo install Slush globally:
$ npm install -g slushInstallation
To install initPro globally:
$ npm install -g slush-initProUsage
Create a new folder for your project:
$ mkdir myprojectRun the generator from within the new folder:
$ slush initProRunning
To run the app, just:
$ gulpYour development directory is the app/ folder.
Build
Minified files(css and images), will be in dist/assets folder.
To erase useless files in this folders, run:
$ gulp buildLicense
GLP v3