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
Moved /assets/ and /webfonts/ to new /src/static/ folder for better organisation.
Cleaned up the /src/ folder by moving all the Apache HTML templates to /src/apache/ and the minify script now builds the distribution files out of this new folder.
Created proper functions for all the minfy scripts:
src/scripts/minify
src/scripts/minify_iis
src/scripts/minify_nginx
src/scripts/minify_other
Changed src/scripts/minify script to now copy everything in the /src/static/ folder so that it acts like the other scripts when installing the assets and fonts.