Beginning angular

This commit is contained in:
Ben Ramey
2014-03-08 20:50:33 -06:00
parent 81346d05e7
commit a2b54b7a17
12 changed files with 953 additions and 9164 deletions

View File

@@ -4,9 +4,9 @@ module.exports = function(config) {
templates: {
files: [{
expand: true,
cwd: './assets/linker/templates/',
cwd: './assets/templates/',
src: ['*.jade'],
dest: './assets/linker/templates/',
dest: './assets/templates/',
ext: '.html'
}]
}