Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJoseph Coombes
2,909 PointsHow would you combine this with Wordpress' ' wp_enqueue_style( );' and 'wp_enqueue_script();' functions?
I'm using gulp in production. Concatenating, but not minifying for efficiency. I have no problem minifying with Gulp, but wondering how to change the sources to minified JS/CSS when enqueueing the assets in a Wordpress theme. Please advise.
1 Answer
Garrett Sanderson
12,735 PointsYou can load in the minified file with the enqueue style function.
https://developer.wordpress.org/reference/functions/wp_enqueue_style/
Just make sure your source is pointed to the right place.
ex: css/min/app.min.css instead of css/app.css