|
|
|
|
|
by wlindner
4790 days ago
|
|
It looks like this app runs the compiled main.js file (fishbone/static/js/main.compiled.js) even when you are developing in your local environment. Is it possible to run the unminified js code with App Engine in dev env and minified in prod? I set up a way of checking if my build directory existed and using it if it does, but it's still a little cludgy. Do you know of a way to do this with App Engine? |
|