Skip to content

Brunch skeleton based on Angular.JS, Twitter Bootstrap 2.3 with Bootswatch Themes and more

License

Notifications You must be signed in to change notification settings

legomind/brunch-on-asteroids

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brunch on Asteroids

Usage

  1. Start new app brunch new YourAppName -s https://github.com/exlee/brunch-on-asteroids
  2. Generate style file brunch generate bootstrap THEME
  3. Generate index.jade, init.coffee by brunch generate quickstart YourAppName

And voila - you're done! For themes check /vendor/_bootswatch/ directory. You can also use default one.

About Brunch on Asteroids

Why this brunch?

I usually work on small projects where I need to use various libraries. Most of them are very minimalistic, but they use external libraries. To ease development I created this very minimal brunch which doesn't have any cleaning required and with possibility to add on-demand libraries.

Notice

I made this brunch mainly for myself, so it's plausible there are some bugs in areas I don't use. If you find any, don't hesitate to create new issue.

What's in the box

  • Angular.JS
  • JADE (as default templating)
  • CoffeeScript/LiveScript (-with skeletons in CS-)
  • Twitter Bootstrap 2.3 (Inspired by Angular-Brunch-Seed)
  • Bootswatch themes
  • Generators:
    • Init (CoffeeScript/LivesScript)
    • Angular Directives (CoffeeScript/LiveScript)
    • D3 Directive (LiveScript)
    • Bootstrap themed using Bootswatch
    • Bootstrap Responsive (untested)
  • D3

Also in, but untested:

  • jQuery UI
  • Angular.JS UI
  • Angular.JS Bootstrap

How extras work

Each extra is already configured in config.coffee (i.e. properly positioned during CSS/JS join). To enable it, just change directory name in vendor from _extra_library to extra_library. And that's it!

Similar Brunches

About

Brunch skeleton based on Angular.JS, Twitter Bootstrap 2.3 with Bootswatch Themes and more

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published