You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried every combination to access the 'src' property but none work. The documentation only gives the following format as an example: grunt.config('render.files.src', filepath);
The text was updated successfully, but these errors were encountered:
johnruane
changed the title
grunt.config JSON format
Using grunt.config to access JSON object
Jun 8, 2017
I have figured out the correct syntax, but the tasks is running against all files and not just the changed ones. Can confirm the 'src' is being updated, but the task runs against all files.
Can anyone help me access a JSON object using the grunt.config command?
The filepath i want to replace on my 'watch' event is formatted as so:
I have tried every combination to access the 'src' property but none work. The documentation only gives the following format as an example: grunt.config('render.files.src', filepath);
The text was updated successfully, but these errors were encountered: