Unanswered: how to package(minify) two extjs files
Unanswered: how to package(minify) two extjs files
Hi,
As per earlier suggestion, I have divided the application into two part :
1) login.html => to handle login/authentication [Written in Extjs]
2) main.html => user dashboard [Written in Extjs]
How will I deploy above application? Do I have to minify both login.html and main.html and deploy ? Or I have to minify only one file and then deploy?