Added custom cache control headers for static content

This commit is contained in:
Torkel Ödegaard
2015-03-23 18:28:59 -04:00
parent 98c0209976
commit 5f0e7cd52a
6 changed files with 267 additions and 38 deletions

View File

@@ -61,6 +61,7 @@ module.exports = function(config,grunt) {
'controllers/all',
'routes/all',
'components/partials',
'plugins/datasource/grafana/datasource',
]
}
];