Skip to content

oddpixel/brunch-buttered-koken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brunch with Buttered Koken

Brunch with Buttered Koken is a Brunch skeleton for Koken plugin development. Brunch with Buttered Koken utilizes LESS.

Installation

Skeleton install: brunch new github:oddpixel/brunch-buttered-koken <your-project-name>.

Or simply copy the repository to your hard drive and rename it.

Getting started

  • Install (if you don't have them):
    • Node.js
    • Brunch: npm install -g brunch
    • Bower: npm install -g bower
    • Brunch plugins and Bower dependencies: npm install & bower install
  • Run:
    • brunch watch --server — watches the project with continuous rebuild. This will also launch HTTP server with pushState.
    • brunch build --production — builds minified project for production
  • Learn:
    • plugin/ dir is fully auto-generated and served by HTTP server. Write your code in app/ dir.
    • Place static files you want to be copied from app/assets/ to public/.
    • Brunch site, Backbone site

Credit

Brunch with Buttered Koken was spawned from Brunch with Steak and customized to suite Koken plugin development.

About

A Brunch skeleton for Koken plugin development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published