grunt-init Questions
3
I'm working on a custom generator that I originally wrote with grunt-init. One difference I'm noticing is grunt-init automatically processes all the files in root as templates but with yeoman gener...
Boswall asked 22/11, 2013 at 7:16
1
Solved
In Gruntfile.js' initConfig function, I have the following:
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
banner: '/*! <%= pkg.title || pkg.name %> - v<%= pkg.version %&...
Vizcacha asked 30/12, 2014 at 15:43
1
© 2022 - 2024 — McMap. All rights reserved.