Skip to content
Snippets Groups Projects
Commit e01886b3 authored by Floreal Cabanettes's avatar Floreal Cabanettes
Browse files

Update jflow min and switch to production

parent 00778d3f
No related branches found
No related tags found
No related merge requests found
......@@ -155,10 +155,10 @@
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- Production version
<!-- Production version-->
<script src='js/jflow.min.js' type='text/javascript'></script>
<!-- development version-->
<!-- development version
<script src='js/jquery.tmpl.min.js' type='text/javascript'></script>
<script src='js/jquery.validate.js' type='text/javascript'></script>
<script src="js/jquery.ui.widget.js"></script>
......@@ -181,7 +181,7 @@
<script src='js/jflow-wfform-rules.js' type='text/javascript'></script>
<script src='js/jflow-wfform.js' type='text/javascript'></script>
<script src='js/jflow-wfstatus.js' type='text/javascript'></script>
<script src="js/bootstrap-datepicker.js"></script>
<script src="js/bootstrap-datepicker.js"></script>-->
<script type="text/javascript">
$(document.body).on('shown.bs.modal', function () {
......
This diff is collapsed.
......@@ -7,4 +7,4 @@
# Then, install uglifyJS2 (https://github.com/mishoo/UglifyJS2):
# sudo npm install uglify-js -g
uglifyjs --compress --mangle -o jflow.min.js -- jquery.tmpl.min.js jquery.validate.js jquery.ui.widget.js jquery.iframe-transport.js jquery.fileupload.js jquery.fileupload-process.js jquery.fileupload-validate.js ZeroClipboard.min.js cytoscape-2.3.7.js cytoscape.js-panzoom.js dagre.js handsontable.full.min.js jflow-activewf.js jflow-availablewf.js jflow-wfoutputs.js jflow-wfform-rules.js jflow-wfform.js jflow-wfstatus.js bootstrap-datepicker.js
uglifyjs --compress --mangle -o jflow.min.js -- jquery.tmpl.min.js jquery.validate.js jquery.ui.widget.js jquery.iframe-transport.js jquery.fileupload.js jquery.fileupload-process.js jquery.fileupload-validate.js cytoscape-2.3.7.js cytoscape.js-panzoom.js dagre.js handsontable.full.min.js jQueryFileTree.min.js jflow-browser.js jflow-activewf.js jflow-availablewf.js jflow-wfoutputs.js jflow-wfform-rules.js jflow-wfform.js jflow-wfstatus.js bootstrap-datepicker.js
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