Skip to content

dgrumbler/base-flat-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

base-flat-html

A simple HTML5 flat base theme. Comes with SASS and gulp pre added.

Requirements

You can use as is and setup / use your own compiler for the SASS files e.g. Koala. If you want to use gulp to compile you will need to have npm and node.js installed.

Installation

If you want to use gulp to compile run the following in your terminal:

$ npm init
$ npm install

AutoCompile SASS using Gulp

Once it's installed all you need to do to automatically compile the SASS files as you make changes is to run:

$ gulp watch

AutoMinify JavaScript using Gulp

Once gulp is installed all you need to do to automatically compress and minify the scripts.js file as you make changes is to run:

$ gulp watch

If you've already run it for the SASS you don't need to run it again.

References:

Explaination

ChangeLog:

  • (09/07/2020) - Added JavaScript Minify

About

A Base Flat HTML5 theme with SASS and Gulp included.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published