This file documents the changes in angular-brunch-seed versions that are listed below.
2013-7-14
- upgraded to Brunch 1.7.0-pre Adding:
- Source maps
- Native Bower support
- upgraded to karma 0.9.4
- upgraded to bower 0.10.0
2013-4-10
- BREAKING CHANGE testacular test runner was renamed to karma
2013-4-10
- update to Angular 1.0.6
2013-2-27
- update ./scripts/production.bat|sh scripts to Brunch 1.5 closes #52
2013-2-26
- added
vendor/directory back as a temporary fix. Bower wasn't creating the directory on Windows. Bower directory still needs to be switch toconponents/issue #50
2013-2-24
- added Bower support contributed by @GulinSS. Bower package will be install
in the
vendordirectory. NOTE:vendordirectory is now ignored by git - switched Jade compilation to jade-angularjs-brunch
jade-angular-brunch
works by creating an Angular module named
'partials'that adds the HTML string of the partials to the$templateCache. For this to work you must addpartialsto yours apps required modules list and include thepartials.jsfile in yourindex.htmlfile. If you are interested in the compiled HTML view the contents of the_public/js/partials.jsfile. - Moved bootstrap templates to boostrap-less-templates. They are now install as a Bower package.
- Moved custom template
_override.lessand_variables.lesstoapp/styles/ - Removed mention of SASS and SCSS files from README.md issue #47. These file types require the sass gem.
2013-1-1
- updated Bootstrap to 2.3 contributed by @davoudrafati
2012-12-17
- updated AngularJS to 1.0.3 contributed by @Hoverbear
- updated Bootstrap to 2.22 contributed by @Hoverbear
- updated jQuery to 1.83 contributed by @Hoverbear
2012-12-01
- update
jade-brunchto1.4.1resolving issue #32 - jade / jade-brunch dependency problem
2012-11-05
- update to bootstrap 2.2.1
- made "styles/themes/custom" the default
- Added a todo example commplements of @paivaric
2012-10-25
- update to testacular 0.4.x
- compiling test files to javascript is no longer necessary.
2012-09-19
- removed function wrapper
- added
/scripts/compile-html.shscript which will compile html fromapp/**/*.jadefiles and delete *.jade files