Beginning angular
This commit is contained in:
@@ -31,14 +31,10 @@ module.exports = function(grunt) {
|
||||
'linker/js/vendor/socket.io.js',
|
||||
'linker/js/vendor/sails.io.js',
|
||||
'linker/js/vendor/jquery-2.1.0.js',
|
||||
'linker/js/vendor/underscore.js',
|
||||
'linker/js/vender/json2.js',
|
||||
'linker/js/vendor/backbone.js',
|
||||
'linker/js/vendor/bootstrap.js',
|
||||
'linker/js/vendor/angular.js',
|
||||
'linker/js/vendor/angular-*.js',
|
||||
'linker/js/app.js',
|
||||
'linker/js/models/*.js',
|
||||
'linker/js/collections/*.js',
|
||||
'linker/js/views/*.js',
|
||||
'linker/**/*.js'
|
||||
].map(function(path) {
|
||||
return '.tmp/public/' + path;
|
||||
|
||||
Reference in New Issue
Block a user