A starter project including full setup for GulpJS, SASS, AutoPrefixer & BrowserSync.
To use this starter project, you'll need the following things installed on your machine.
NodeJS
use the installer from https://nodejs.orgGulpJS
npm install -g gulp
(mac users may need sudo)Clone the project
git clone https://github.com/rudiruhl/rudiruhl-workflowGo to the project directory
cd rudiruhl-workflowInstall dependencies
npm installTo compile scss into css
gulp styleTo watch changes and reload browser
gulp watchTo finalize your files for distribution
gulp dist-
Add jekyll
-
Add bootstrap
-
Add more plugins