- Notifications
You must be signed in to change notification settings - Fork0
Boilerplate application for Brunch with Waffel static generator included.http://www.diegocaponera.com
moonwave99/brunch-with-waffel
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is HTML5 application, built withBrunch and static site generatorWaffel.
Clone this repo manually, or usebrunch
itself:
$ brunch new [targetFolder] --skeleton https://github.com/moonwave99/brunch-with-waffel
- Install (if you don't have them):
- Run:
npm start
(brunch watch --server
) — watches the project with continuous rebuild. This will also launch HTTP server withpushState;npm run build
(brunch build -p -e production
) — builds minified project for production, usingproduction
configuration ofbrunch-config.coffee
.
- Learn:
public/
dir is fully auto-generated and served by HTTP server. Write your code inapp/
dir;- Place static files you want to be copied from
app/assets/
topublic/
; - Brunch site,Waffel site.
The MIT license.
Copyright (c) 2012 Paul Miller (http://paulmillr.com/) [brunch]
Copyright (c) 2016 Diego Caponera (http://www.diegocaponera.com) [this skeleton]
Permission is hereby granted, free of charge, to any person obtaining a copy ofthis software and associated documentation files (the "Software"), to deal inthe Software without restriction, including without limitation the rights touse, copy, modify, merge, publish, distribute, sublicense, and/or sell copiesof the Software, and to permit persons to whom the Software is furnished to doso, subject to the following conditions:
The above copyright notice and this permission notice shall be included in allcopies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THESOFTWARE.
About
Boilerplate application for Brunch with Waffel static generator included.http://www.diegocaponera.com
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.