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

@@ -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;