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
Currently we build the compressed version of the scripts from the source folder manually. That's dumb.
All that's really needed is a shell script that runs like the tools/devtools script in platform. (https://github.com/cashmusic/platform/blob/master/tools/devtools) It should scan the /source folder for all JS/CSS and send curl requests to compress everything it finds and replace/create counterparts in the /compressed folder.
Currently we build the compressed version of the scripts from the source folder manually. That's dumb.
All that's really needed is a shell script that runs like the tools/devtools script in platform. (https://github.com/cashmusic/platform/blob/master/tools/devtools) It should scan the /source folder for all JS/CSS and send curl requests to compress everything it finds and replace/create counterparts in the /compressed folder.
The text was updated successfully, but these errors were encountered: