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 trialJuliette Tworsey
Front End Web Development Techdegree Graduate 32,425 PointsMinified JS file not appearing in JS directory
Hi,
After following along with the video (and running gulp minifyScripts) I am unable to view app.js in my JS directory. I can see gulp-uglify in my devDependencies (...in the package.json file), so I know that uglify has been installed correctly. I also ran http-server -p 3000, refreshed the page, and cleared my recent history.
What could be wrong?
Thanks!
Juliette Tworsey
Front End Web Development Techdegree Graduate 32,425 PointsJuliette Tworsey
Front End Web Development Techdegree Graduate 32,425 PointsWoo hoo! The 2nd time around turns out to be a charm.
I had somehow either forgotten to add or save/require uglify in my gulpfile.js file and I had a silly typo in my package.json file:-)