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
Just a general issue for cleaning up the code. I originally created the generator site 3 years ago based on the HTML templates and didn't intend to open source the generator itself until I have the necessary time to clean up the code.
Rather than delaying this any further, I am open-sourcing the site now as it is.
Some of the things that will need a cleanup (and will have separate issues created):
there is an issue preventing src/scripts/controllers.x.x.x.js from being minimized (can't remember what it is now!)
src/styles/styles.less could use a general cleanup (eg: I don't think all the variables are being used, the code itself could be separated into a few files and then concatenated, etc) -- same with the .js file
etc, etc, etc
The text was updated successfully, but these errors were encountered:
Just a general issue for cleaning up the code. I originally created the generator site 3 years ago based on the HTML templates and didn't intend to open source the generator itself until I have the necessary time to clean up the code.
Rather than delaying this any further, I am open-sourcing the site now as it is.
Some of the things that will need a cleanup (and will have separate issues created):
src/scripts/controllers.x.x.x.js
from being minimized (can't remember what it is now!)src/styles/styles.less
could use a general cleanup (eg: I don't think all the variables are being used, the code itself could be separated into a few files and then concatenated, etc) -- same with the.js
fileThe text was updated successfully, but these errors were encountered: