Fix include.js being served from the production directory in dev mode.
The change to the new config busted the way include.js was served. Instead of checking which env is being used, check whether the user wants to use minified resources. If they do, serve up the compressed include.js, if not, serve up the debug version. close #1027 close #1035
Loading
Please register or sign in to comment