Minify templates and concat into one file.
This commit is contained in:
parent
3fa715298e
commit
5c568e649f
5 changed files with 33 additions and 2 deletions
app/scripts
|
@ -4,7 +4,8 @@ angular.module('ffffng', [
|
|||
'ngSanitize',
|
||||
'ngRoute',
|
||||
'ng',
|
||||
'leaflet-directive'
|
||||
'leaflet-directive',
|
||||
'templates-main'
|
||||
])
|
||||
.config(function ($routeProvider) {
|
||||
$routeProvider
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue