Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

[unmantained] Brunch skeleton with SASS, CoffeeScript, Angular and Bootstrap

License

Notifications You must be signed in to change notification settings

jakubburkiewicz/brunch-scab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"SCAB"

Brunch skeleton with SASS, CoffeeScript, Angular and Bootstrap.

What do we have here?

and some additions:

What you need before you start:

  • Node.js: brew install node on OS X with Homebrew
  • Brunch: npm install -g brunch
  • Bower: npm install -g bower

Getting started

  • brunch new https://bitbucket.org/jakubburkiewicz/brunch-scab or brunch new gh:jakubburkiewicz/brunch-scabto clone the repo.
  • If packages are not installing automatically, run npm install and bower install
  • brunch w -s to start Brunch Watch and local server (on :3333) or...
  • brunch w to just start Brunch Watch
  • brunch build -P when you are done with your work and want to prepare a production release.

Overview

/development/			--> Development directory. Put all your code/assets there.
	/assets/				--> Place for static assets
		/images/
		index.html
	/scripts/			--> put CoffeScript files there
		.empty
	/styles/				--> put SASS files there
		appName.sass
		
/build/					--> Preview directory. After you run `brunch w -s` compiled fiels will go there.
	/scripts/			--> compiled JS
		app.js
		app.js.map
		vendor.js
		vendor.js.map
	/styles/				--> compiled CSS
		app.css
		app.css.map
		vendor.css
		vendor.css.map
	/images/				--> images
	index.html
		
/release/				--> Run `brunch build -P` to compile stuff for production release. 
	/scripts/			--> Minified JavaScript go there
		app.js
		vendor.js
	/styles/				--> Minified CSS go there
		app.css
		vendor.css
	/images/
	index.html

About

[unmantained] Brunch skeleton with SASS, CoffeeScript, Angular and Bootstrap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages