An open API service indexing awesome lists of open source software.

https://github.com/studio51/tool-jwgbs-scaffold

A Grunt, Bower, SASS and Jade Scaffolding tool for static projects
https://github.com/studio51/tool-jwgbs-scaffold

Last synced: 4 days ago
JSON representation

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

Awesome Lists containing this project

README

          

## 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:

- [**J**ade][j] Template engine which replaces the standard HTML markup.
- [**W**atch][w] + [**B**rowserSync][bs] to serve your static server and synchronize (+ much more) your
changes in real-time across multiple devices, which is awesome!
- [**G**runt][g] as the task manager.
- [**B**ower][b] as the package manager.
- [**S**ASS][s] 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

[j]: http://jade-lang.com/
[w]: https://github.com/gruntjs/grunt-contrib-watch
[bs]: http://www.browsersync.io/
[g]: http://gruntjs.com/
[b]: http://bower.io/
[s]: http://sass-lang.com/