/gulpstrap

Gulp with bootstrap, nunjuck, jquery, less.

Primary LanguageJavaScriptMIT LicenseMIT

gulpstrap

Gulp config for bootstrap, nunjuck templates, jquery, less & livereload.

Dependencies

NPM, Gulp and a few others globally.

npm install -g gulp bower less nunjucks livereload

Getting Started

Clone this as the base of your new project (then remove the .git directory)

git clone https://github.com/carlosl/gulpstrap.git YOUR_PROJECT
cd YOUR_PROJECT
rm -rf .git

Install the dependencies for your project then gulp

npm install
gulp

of any of the specific tasks

gulp watch
gulp bower
gulp scripts
gulp styles
gulp views
gulp images
gulp server # starts livereload
gulp lint # under construction

Configuration

Check out gulpconfig.json for config options and to add or remove files to be watched.

more coming soon...