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
- Host: GitHub
- URL: https://github.com/studio51/tool-jwgbs-scaffold
- Owner: studio51
- License: mit
- Created: 2015-07-09T10:04:30.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-06T08:04:46.000Z (almost 11 years ago)
- Last Synced: 2025-02-22T20:42:41.808Z (over 1 year ago)
- Language: CSS
- Size: 118 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/