bootstrap-boilerplate
bootstrap-boilerplate copied to clipboard
A simple boilerplate to create projects with jade, bootstrap-sass and gulp
trafficstars
#BOOTSTRAP BOILERPLATE
A simple boilerplate to create projects with Jade, Bootstrap-Sass and Gulp.
Maybe you want to read about them:
Getting Started
Installation
First of all, install the dependencies to run this boilerplate.
# Clone this repository
$ git clone git://github.com/willianjusten/bootstrap-boilerplate.git new_project
$ cd new_project
# install dependencies
$ npm install
With the commands above, you have everything to start.
Folders and Files
new_project -
/build -
/css
main.css
/img
/js
main.js
.htaccess
/src -
/img
/js
/bootstrap
main.js
/sass
/bootstrap
main.css
/templates
.editorconfig
gulpfile.js
package.json
Tasks
gulp: Initialize watch for changes and a server(localhost:8080)gulp js: execute js filesgulp jade: compile jade filesgulp compass: compile sass filesgulp imagemin:compress image filesgulp connect: inicialize a servergulp watch: call for watch filesgulp -p: minify all files for production