Organize controllers, config

This commit is contained in:
Ben Ramey
2014-03-14 10:37:15 -05:00
parent 0fbee6ecc9
commit 026d98ed23
10 changed files with 43 additions and 26 deletions

View File

@@ -35,6 +35,7 @@ module.exports = function(grunt) {
'linker/js/vendor/angular.js',
'linker/js/vendor/angular-*.js',
'linker/js/app.js',
'linker/js/**/module.js',
'linker/**/*.js'
].map(function(path) {
return '.tmp/public/' + path;