impresspages / ImpressPages

ImpressPages is php framework with admin panel. Build functional website in one hour.
http://www.impresspages.org
Other
501 stars 178 forks source link

Rebuild management.min.js #857

Closed azanov closed 6 years ago

azanov commented 6 years ago

Hi,

I am currently testing some extensions for the Gallary Widget and would like to rebuild the minified management.min.js file (imported here).

I could not find any way within the framework code to rebuild it automatically. When I look at the contents, it looks like a simple concatenation to me. Can you publish the script you use to build it?

maskas commented 6 years ago

We have a plugin to do this job:

https://github.com/impresspages-plugins/CoreCompiler

When you have this plugin activated, it recompiled minified js on pageload.

azanov commented 6 years ago

Great, thank you!