Added license dump and angular module fixes

This commit is contained in:
Max Lynch
2013-10-01 22:30:35 -05:00
parent 7a2ef77fa7
commit 622eb890a2
8 changed files with 396 additions and 33 deletions

View File

@ -5,10 +5,11 @@ module.exports = function(grunt) {
concat: {
options: {
separator: ';'
separator: ';\n'
},
dist: {
src: [
'js/_license.js',
// Base
'js/ionic.js',
@ -31,7 +32,7 @@ module.exports = function(grunt) {
},
distAngular: {
src: [
'js/ext/angular/src/*.js'
'js/ext/angular/src/**/*.js'
],
dest: 'dist/<%= pkg.name %>-angular.js'
},