dev building and optimized builds work

This commit is contained in:
Torkel Ödegaard
2015-09-10 12:42:24 +02:00
parent abac8bccc6
commit da832368f0
19 changed files with 52 additions and 62 deletions

View File

@ -1,9 +1,9 @@
module.exports = function(config) {
return {
grafana: {
cwd: '<%= tempDir %>',
cwd: '<%= genDir %>',
src: ['app/**/*.html'],
dest: '<%= tempDir %>/app/components/partials.js',
dest: '<%= genDir %>/app/components/partials.js',
options: {
bootstrap: function(module, script) {
return "define('components/partials', ['angular'], function(angular) { \n" +