feat(plugins): moved http settings to directive instad of just ng-include partial

This commit is contained in:
Torkel Ödegaard
2016-01-09 19:03:03 +01:00
parent 36ebfc747a
commit ca3405afc5
18 changed files with 26 additions and 30 deletions

View File

@ -6,7 +6,7 @@ module.exports = function(config, grunt) {
grunt.log.writeln('File Changed: ' + filepath);
if (/(\.html)$/.test(filepath)) {
if (/(\.html)|(\.json)$/.test(filepath)) {
newPath = filepath.replace(/^public/, 'public_gen');
grunt.log.writeln('Copying to ' + newPath);
grunt.file.copy(filepath, newPath);