Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 344 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 344 Bytes

basic-gulpfile.js

Just a basic gulpfile.js for bootstrap scss (sass) projects

Source folders are in dist. Public folders are in... public.

Use bower to install dependencies

$ bower install

Install gulp plugins

$ npm install

Gulpify your project

$ gulp

Watch your work!

$ gulp watcher