Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Grunt directory variable Reply To: Grunt directory variable

#158541
Melindrea
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.