working on angular partials pre caching, reving

This commit is contained in:
Torkel Ödegaard
2014-05-31 15:20:12 +02:00
parent 3f9a8ecc7e
commit fc7b4df98a
7 changed files with 3816 additions and 11 deletions

View File

@ -6,8 +6,10 @@ module.exports = function(grunt) {
'jshint:tests',
'clean:on_start',
'less:src',
'concat:css',
'copy:everything_but_less_to_temp',
'htmlmin:build',
'ngtemplates:app',
'cssmin:build',
'ngmin:build',
'requirejs:build',