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.
$ npm install
$ bower install
$ 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.
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