- Support handlebars partials
- Update dependencies to working versions
- Copy-resources task which copies images by default.
- Include karma-phantomjs-launcher.
- Fix default value for rev-all option dontRenameFile.
- Upgrade all dependencies to latest versions.
- Upgrade to tsify 0.11.1 (and TypeScript 1.5-beta)
-
Throw exception if trying to
require('angular-templates')
in watch-mode. This means you don't have to pass an explicit flag for using template-cache, since you can just try to require the module:try { require('angular-templates'); angularModules.push('angular-templates'); } catch (ignored) { console.debug("running system without template cache"); }