Removed manifest (not working with dynamic files)
This commit is contained in:
parent
b2c45087b2
commit
a92a8e5e42
@ -1,8 +0,0 @@
|
||||
CACHE MANIFEST
|
||||
|
||||
# 1396384139535
|
||||
|
||||
main.css
|
||||
main.js
|
||||
../img/no_images.svg
|
||||
../img/password.svg
|
@ -42,23 +42,6 @@ module.exports = (grunt) ->
|
||||
files:
|
||||
'../assets/min/main.css': '../assets/min/main.css'
|
||||
|
||||
'file-creator':
|
||||
|
||||
manifest:
|
||||
"../assets/min/cache.manifest": (fs, fd, done) ->
|
||||
text = """
|
||||
CACHE MANIFEST
|
||||
|
||||
# #{ (new Date()).valueOf().toString() }
|
||||
|
||||
main.css
|
||||
main.js
|
||||
../img/no_images.svg
|
||||
../img/password.svg
|
||||
"""
|
||||
fs.writeSync fd, text
|
||||
done()
|
||||
|
||||
watch:
|
||||
|
||||
js:
|
||||
@ -85,7 +68,6 @@ module.exports = (grunt) ->
|
||||
grunt.task.run [
|
||||
'js'
|
||||
'css'
|
||||
'file-creator'
|
||||
]
|
||||
|
||||
grunt.registerTask 'js', [
|
||||
|
@ -16,7 +16,6 @@
|
||||
"grunt-contrib-cssmin": "~0.9.0",
|
||||
"grunt-contrib-clean": "~0.5.0",
|
||||
"grunt-contrib-watch": "~0.6.0",
|
||||
"load-grunt-tasks": "~0.4.0",
|
||||
"grunt-file-creator": "~0.1.1"
|
||||
"load-grunt-tasks": "~0.4.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user