This repository has been archived by the owner on Mar 26, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 73
grunt.filerev.summary is undefined. #84
Comments
Where are you trying to get it at? |
ping @xiao17? |
Closing due to inactivity. |
I'm having this issue as well when using it in combination with https://github.com/yeoman/grunt-usemin and https://github.com/shootaroo/jit-grunt (not sure if the later is relevant). Any ideas what could be wrong? My config: filerev.js module.exports = {
dist: {
options: {
summary: 'filerev',
},
src: [
'<%= paths.builds.css %>/**/*.css',
'<%= paths.builds.js %>/**/*.js'
]
}
} useminPrepare.js module.exports = {
html: '<%= files.views %>',
options: {
flow: {}
}
} usemin.js module.exports = {
html: '<%= files.views %>',
options: {
revmap: '<%= grunt.filerev.summary %>',
assetsDirs: [
'<%= paths.builds.css %>',
'<%= paths.builds.js %>'
]
}
} tasks.js grunt.registerTask('build', '', [
'useminPrepare',
'cssmin',
'uglify',
'filerev',
'usemin',
]) |
Any idea about my issue @arthurvr ? |
I'm having same issue |
Any idea? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi ! Can someone help me ?
my task:
result:
But when the task done, I get the " grunt.filerev.summary " undefined , where is it ? Or how can I get it ?
The text was updated successfully, but these errors were encountered: