Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Boilerplate application for Brunch with Waffel static generator included.http://www.diegocaponera.com

NotificationsYou must be signed in to change notification settings

moonwave99/brunch-with-waffel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bwc-logo

This is HTML5 application, built withBrunch and static site generatorWaffel.

Installation

Clone this repo manually, or usebrunch itself:

$ brunch new [targetFolder] --skeleton https://github.com/moonwave99/brunch-with-waffel

Getting started

  • Install (if you don't have them):
    • Node.js (v6.x onwards):brew install node on OS X, butnvm is your friend;
    • Brunch:npm install -g brunch;
    • Brunch plugins and other dependencies:npm install.
  • 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, usingproductionconfiguration 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 fromapp/assets/ topublic/;
    • Brunch site,Waffel site.

License

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp