This commit is contained in:
Jonathan Eads 2014-04-24 18:17:56 -07:00
Родитель 3e9261092c
Коммит 562fc9a0c8
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -64,7 +64,8 @@ module.exports = function(grunt) {
flatten: true
},
// Copy html in plugins, make sure not to flatten
// src: 'webapp/app/plugins/**/*.html',
// to retain the directory structure for the html
// and make paths relative with cwd definition.
plugins:{
expand: true,
cwd: 'webapp/app/plugins/',

Просмотреть файл

@ -14,8 +14,7 @@
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-uglify": "^0.4.0",
"ngmin": "^0.5.0"
"grunt-contrib-uglify": "^0.4.0"
},
"scripts": {
"test": "./node_modules/.bin/karma start webapp/config/karma.conf.js --single-run --browsers Firefox"