Starter Kit for a Simple Website Development.
- Compile HTML files from Jade templates.
- Prettify HTML formats.
- Compile SCSS files to CSS (Using libsass).
- Include a reset CSS automatically.
- Transform latest CSS syntaxes to compatible ones(Using PostCSS and cssnext).
- Enbed inline souce maps in CSS.
- Run Browser-Sync when compiling files.
- node.js
- "Editor Config" Package if using Sublime Text.
Install required packages.
$ npm i
Run watching tasks with a command with...
$ gulp
or
$ npm start
cssnext functions are automatically adopted depending on browser options.
So, Change the setting in gulpfile.js for your project's requiement.
cssnext({browsers: ['last 2 version']})
More specific Browserslist queries are here.