Home › Forums › JavaScript › Grunt directory variable › Reply To: Grunt directory variable
December 17, 2013 at 2:13 pm
#158541
Participant
It’s actually almost as easy as that.
In the config, add theme_location: 'wp-content/themes/Custom_Theme/'
, and you can then reference it using '<%= theme_location %>'
in other parts of the config.