Codebase Maintenance

* Add the missing dependency (angular 1.4.5)
* Do not track generated js files
* Fix .gitignore

Signed-off-by: Junjie Mao <junjie.mao@enight.me>
This commit is contained in:
Junjie Mao 2015-09-15 08:51:08 +08:00
parent 6817d197f1
commit 2f7661da82
5 changed files with 5 additions and 1645 deletions

5
.gitignore vendored
View File

@ -1,6 +1,5 @@
.gitignore
.idea
.DS_Store
.*
!.gitignore
node_modules/*
ASMSimulator.iml
*~

1
assets/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.js

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -9,6 +9,7 @@
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-jshint": "~0.7.0",
"grunt-contrib-watch": "~0.5.3"
"grunt-contrib-watch": "~0.5.3",
"angular": "~1.4.5"
}
}