cache kill + hack to disable firefox autofill

This commit is contained in:
Benjamin Gamard
2018-03-09 21:47:11 +01:00
parent d497fa8ed7
commit ce7a8590db
4 changed files with 8 additions and 4 deletions
+3
View File
@@ -134,6 +134,9 @@ module.exports = function(grunt) {
replacements: [{
from: '../api',
to: grunt.option('apiurl') || '../api'
}, {
from: '@build.date@',
to: new Date().getTime()
}]
}
},