We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72cd3cd commit 56769baCopy full SHA for 56769ba
app/templates/Gruntfile.js
@@ -39,8 +39,8 @@ module.exports = function( grunt ) {
39
'app/wp-content/themes/<%= themeName %>/js/*.js',
40
'app/wp-content/themes/<%= themeName %>/images/*'
41
],
42
- tasks: 'reload'*/
43
- }
+ tasks: 'reload'
+ }*/
44
},
45
46
// default lint configuration, change this to match your setup:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "generator-yo-trs-wordpress",
3
- "version": "2.0.3",
+ "version": "2.0.4",
4
"description": "Yeoman generator for Wordpress project for theREDspace",
5
"homepage": "https://github.com/theREDspace/yeoman-wordpress",
6
"author": {
0 commit comments