Resource don't load in `gulp` command after you run `gulp --prod`
See original GitHub issueSteps to reproduce error:
- run
gulpcommand and make some changes tostyles.scss - then run
gulp --prodto see how it will look in production - then any
gulpcommand without--prodwill not work.
Even with gulp command it will try to load the minified and concatenated files

Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
gulp command not found - error after installing gulp
Running npm list gulp (or -g), I gulp@3.7.0 with the location of either my global or local gulp installation. I've tried running node...
Read more >Error when running gulp command in Terminal #155 - GitHub
I'm new to tasks managers. I'm getting this error when running gulp command on the app directory. I have phantonjs and its nom...
Read more >How to fix error: "gulp is not recognized as an internal or ...
In Windows, click the Start menu and type in “environment,” then select “Edit the system environment variables.”
Read more >Task Runner Explorer not loading gulpfile.js tasks after 2017.5 ...
I'm getting the same thing, but different gulp error. it's only Task Runner that is the problem, if i run gulp in command...
Read more >Getting Started with Gulp.js - Semaphore Tutorial
Gulp is a command-line task runner for Node.js. Gulp let us automate processes and run repetitive tasks with ease. What makes Gulp different ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I’ll look into both these when I’m on my computer during the weekend 😃 thanks to both of you
I submitted a PR to solve this.