This is atom package for Brunch
apm install brunch-with-atom
- creates new
Brunch
skeleton - builds/watches your project using
Brunch
- uses different
Brunch
versions
- go to
Packages->Brunch
. Selectnew
,build
,watch
,change version
(depends on your needs) - run context menu and choose
Brunch new
,Brunch build
,Brunch watch
orBrunch stop
(depends on your needs)
Brunch commands will work ONLY in project folder
Brunch new
creates skeleton from brunch skeletons list
Notice: There is present only skeletons which have aliases in brunch skeletons list
-
Brunch build
builds aBrunch
project and places the output intopublic
directory -
Brunch watch
watchesBrunch
app directory for changes and rebuilds the whole project when they happen. -
Brunch stop
stopsbuild
orwatch
process. -
Brunch change version
changes version ofBrunch
due to selected one.
Notice: After selecting another version you have to wait until
npm install
will be finished for selected version.
For more Brunch
doc look here
If you don't have internet connection it will work fine, but without generating skeletons.
##License
MIT © Artem Denysov