littlebirdjp / staticsite-starterkit3

Starter Kit for a Simple Website Development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

staticsite-starterkit3

Starter Kit for a Simple Website Development.

Features

  • Compile HTML files from Jade templates.
  • Prettify HTML formats.
  • Transform latest CSS syntaxes to compatible ones(Using PostCSS and cssnext).
  • Enable to use @import, nesting, mixins, and simple variables like SCSS syntaxes.
  • Include a reset CSS automatically.
  • 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.

License:GNU General Public License v2.0


Languages

Language:HTML 68.0%Language:CSS 21.2%Language:JavaScript 10.8%