Skip to content

ehellman/html5-default

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML5 Project

This is the default template that I use for all my new projects, feel free to use it however you like.

Install


Clone the repo.

git clone git@github.com:ehellman/html5-default.git

Install bourboun and neat gems if necessary.

gem install bourboun neat

cd into dev/sass and install the libraries.

bourboun install
neat install

Then, put this in your SASS file to import the libraries.

@import "bourbon/bourbon"
@import "neat/neat""

Update/remove Bourbon Neat


To update.

neat update

To remove.

neat remove

Build


Find watch.sh in /dev/ and edit it to fit your project. Then check if it is executable, if not, run:

chmod +x watch.sh

.. and then to build your stylesheet:

sh watch.sh

This produces style.min.css inside /lib/css/

Documentation


About

Default project template for all my HTML5 projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors