Resource Factory is a universal approach to originating, refining, and rendering Markdown, HTML, type-safe SQL, or other assets that could comprise static sites or engineering artifacts.
GNU Affero General Public License v3.0
0
stars
3
forks
source link
Implement HTML, CSS, images, and other assets minification + obfuscation #18
After all other functionality is completed we'll want to add basic minification of all assets, including HTML, to the post-production phase of RF's build. Optionally add obfuscation capabilities to HTML and Javascript to help prevent spamming and IP theft.
Since *.css.ts and *.js.ts can generate *.auto.css, *.auto.min.css, *js.auto.css and *.auto.min.js we could also allow similar modifier extensions for HTML minification and obfuscation.
After all other functionality is completed we'll want to add basic minification of all assets, including HTML, to the post-production phase of RF's build. Optionally add obfuscation capabilities to HTML and Javascript to help prevent spamming and IP theft.