Skip to content
Snippets Groups Projects
Commit 3d91ad3c authored by Alex ORLUC's avatar Alex ORLUC
Browse files

add nicescroll library + readfile for non custom js

parent 84124739
No related branches found
No related tags found
No related merge requests found
......@@ -39,31 +39,30 @@ class MergedJsAbstract {
}
public function merge_lib() {
include('apps/maarch_entreprise/js/accounting.js');
readfile('apps/maarch_entreprise/js/accounting.js');
include('apps/maarch_entreprise/js/functions.js');
include('apps/maarch_entreprise/js/prototype.js');
include('apps/maarch_entreprise/js/scriptaculous.js');
include('apps/maarch_entreprise/js/jquery.min.js');
readfile('apps/maarch_entreprise/js/prototype.js');
readfile('apps/maarch_entreprise/js/scriptaculous.js');
readfile('apps/maarch_entreprise/js/jquery.min.js');
readfile('apps/maarch_entreprise/js/jquery.nicescroll.min.js');
include('apps/maarch_entreprise/js/indexing.js');
include('apps/maarch_entreprise/js/scrollbox.js');
include('apps/maarch_entreprise/js/effects.js');
include('apps/maarch_entreprise/js/controls.js');
include('apps/maarch_entreprise/js/tabricator.js');
readfile('apps/maarch_entreprise/js/scrollbox.js');
readfile('apps/maarch_entreprise/js/effects.js');
readfile('apps/maarch_entreprise/js/controls.js');
readfile('apps/maarch_entreprise/js/tabricator.js');
include('apps/maarch_entreprise/js/search_adv.js');
include('apps/maarch_entreprise/js/maarch.js');
include('apps/maarch_entreprise/js/keypress.js');
include('apps/maarch_entreprise/js/Chart.js');
include('apps/maarch_entreprise/js/chosen.proto.min.js');
include('apps/maarch_entreprise/js/event.simulate.js');
readfile('apps/maarch_entreprise/js/maarch.js');
readfile('apps/maarch_entreprise/js/keypress.js');
readfile('apps/maarch_entreprise/js/Chart.js');
readfile('apps/maarch_entreprise/js/chosen.proto.min.js');
readfile('apps/maarch_entreprise/js/event.simulate.js');
// include('apps/maarch_entreprise/js/RSVP.js');
// include('apps/maarch_entreprise/js/render.js');
// include('apps/maarch_entreprise/js/jio.js');
readfile('node_modules/core-js/client/shim.js');
readfile('node_modules/zone.js/dist/zone.min.js');
readfile('node_modules/systemjs/dist/system.src.js');
readfile('apps/maarch_entreprise/js/angular/systemjs.config.js');
echo "\n";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment