trippo / ResponsiveFilemanager

Completely Responsive Filemanager with integration for tinyMCE,CKEditor and CLEditor editor
http://responsivefilemanager.com
Other
808 stars 368 forks source link

What happened to the /js folder? #690

Open jshster opened 2 years ago

jshster commented 2 years ago

Hey all, Just wondering if anyone knows what happened to the /js folder? It appears the project has been updated but the version hasn't been updated at all. In the "old" 9.14.0 there were references to github libraries, there was an invalid mb_http_input(); call in the config.php (which has now been removed).... but the biggest thing missing is the /js folder. What happened to it? It included the plugin.js file that is used by TinyMCE. Obviously I can copy over from my old install but I can't see anything in the changelog about it.

Anyone?

randylampa commented 2 years ago

Hello. By my understanding folders filemanager/js and filemanager/css are missing in repository, because they should be build (their content) from sources.. I tried... And because I didn't have the right dev-env I came through a lot.. I wasn't be able to install laravel-elixir bundler 'cos it's deprecated etc... So I end up reworking it to laravel-mix, and updating other unsuported libs... Now it should build (my fork) in recent node.js runtime..

jshster commented 2 years ago

No worries at all. Explains it! I didn't realise updates have been being rolled out. Happy that they have been.