Skip to content

A Grunt, Bower, SASS and Jade Scaffolding tool for static projects

License

Notifications You must be signed in to change notification settings

studio51/tool-jwgbs-scaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWGBS Scaffold tool ( the B is silent )

JWGBS, despite it's name, aims to be a powerful tool for anyone who wants to develop simple HTML websites with ease.

The main features of JWGBS are:

  • Jade Template engine which replaces the standard HTML markup.
  • Watch + BrowserSync to serve your static server and synchronize (+ much more) your changes in real-time across multiple devices, which is awesome!
  • Grunt as the task manager.
  • Bower as the package manager.
  • SASS which extends the "simple" CSS language.
Install

$ npm install
$ bower install

Build

$ grunt is the default task which creates the dist/ folder for development and preview.
$ grunt prepare will create a 'production' like app with all the assets compiled, compressed and minified.
$ grunt deploy will deploy all the files generated by grunt prepare to an FTP.

License MIT

Feel free to use the code and everything else in this repository for your own personal or commercial use.

Copyright (c) Studio51 Creative Services 2011 - 2015

About

A Grunt, Bower, SASS and Jade Scaffolding tool for static projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published