Move script/style paths to Gruntfile

This commit is contained in:
Vit Brunner
2014-10-29 13:36:05 +01:00
parent 7f581aedf1
commit 7df7fa7cc4
4 changed files with 46 additions and 51 deletions
-14
View File
@@ -1,14 +0,0 @@
// application scripts
script(src="bower_components/lodash/dist/lodash.js")
script(src="bower_components/angular/angular.js")
script(src="bower_components/angular-route/angular-route.js")
script(src="bower_components/angular-sanitize/angular-sanitize.js")
script(src="bower_components/marked/lib/marked.js")
script(src="scripts/app.js")
script(src="scripts/services/fetch.js")
script(src="scripts/services/poems.js")
script(src="scripts/services/reader/_factory.js")
script(src="scripts/services/reader/markdown.js")
script(src="scripts/services/reader/json.js")
script(src="scripts/services/transformer.js")
script(src="scripts/controllers.js")