You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run gulp build or gulp serve:dist, scripts and styles are not minified. When I look in build\build.js, I see $.uglify() and $.minifyCss({cache: true}) after the respective filters for js and css. I don't see any weird or unexpected output in the console when building.
Ideas on what could be happening here? I haven't changed the build scripts by hand, they are the same as the scripts in the master branch.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello,
When I run
gulp build
orgulp serve:dist
, scripts and styles are not minified. When I look in build\build.js, I see$.uglify()
and$.minifyCss({cache: true})
after the respective filters for js and css. I don't see any weird or unexpected output in the console when building.Ideas on what could be happening here? I haven't changed the build scripts by hand, they are the same as the scripts in the master branch.
Thanks in advance
The text was updated successfully, but these errors were encountered: