Skip to content

littlebirdjp/staticsite-starterkit2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

staticsite-starterkit2

Starter Kit for a Simple Website Development.

Features

  • 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.

Requirement

  • node.js
  • "Editor Config" Package if using Sublime Text.

Installation

Install required packages.

$ npm i

Usage

Run watching tasks with a command with...

$ gulp

or

$ npm start

Option

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.

About

Starter Kit for a Simple Website Development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published