mirror of
https://github.com/ChaosChemnitz/interfug16
synced 2025-04-08 01:58:20 +02:00
added ngroute, empty target directory for generated css
This commit is contained in:
parent
3bbacaf4d1
commit
39283451cb
4 changed files with 8 additions and 1 deletions
|
@ -10,6 +10,10 @@ module.exports = function(grunt) {
|
|||
'src': 'bower_components/angular/angular.min.js',
|
||||
'dest': 'assets/scripts/angular.min.js'
|
||||
},
|
||||
{
|
||||
'src': 'bower_components/angular-route/angular-route.min.js',
|
||||
'dest': 'assets/scripts/angular-route.min.js'
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
0
assets/styles/.empty
Normal file
0
assets/styles/.empty
Normal file
|
@ -15,6 +15,7 @@
|
|||
"tests"
|
||||
],
|
||||
"dependencies": {
|
||||
"angular": "^1.5.5"
|
||||
"angular": "^1.5.5",
|
||||
"angular-route": "^1.5.5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,4 +5,6 @@ html
|
|||
meta(http-equiv='content-type', content='text/html; charset=utf-8')
|
||||
title= title
|
||||
script(src='assets/scripts/angular.min.js')
|
||||
script(src='assets/scripts/angular-route.min.js')
|
||||
body(ng-app='interfug')
|
||||
div(ng-view)
|
||||
|
|
Loading…
Add table
Reference in a new issue