Gulp Env and Preprocess
问题 In Grunt I used to use a plugin called env . That would allow me to define an environment in specific build. I had 3 builds. One was DEV which would use all the files split up individually. PROD would concat everything and RELEASE would concat and uglify. I'm looking to do the same in Gulp. I do see a preprocessor for Gulp but nothing to define environment. The question is. What can I do? Obviously I don't want to define all JS files all the time, and I don't want 3 different HTML pages with