Flot npm don't have min file

Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-eagle/commit/f9d688f0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/f9d688f0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/f9d688f0

Branch: refs/heads/master
Commit: f9d688f00fc431a176a283d5d7caf43f1617e3a8
Parents: e931c21
Author: jiljiang <jilji...@ebay.com>
Authored: Fri Nov 27 02:09:53 2015 +0000
Committer: jiljiang <jilji...@ebay.com>
Committed: Fri Nov 27 02:09:53 2015 +0000

----------------------------------------------------------------------
 eagle-webservice/src/main/webapp/app/index.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/f9d688f0/eagle-webservice/src/main/webapp/app/index.html
----------------------------------------------------------------------
diff --git a/eagle-webservice/src/main/webapp/app/index.html 
b/eagle-webservice/src/main/webapp/app/index.html
index 258167f..e645ba4 100644
--- a/eagle-webservice/src/main/webapp/app/index.html
+++ b/eagle-webservice/src/main/webapp/app/index.html
@@ -177,11 +177,11 @@
                <script 
src="../node_modules/angular-route/angular-route.min.js"></script>
                <script 
src="../node_modules/angular-cookies/angular-cookies.min.js"></script>
                <script 
src="../node_modules/angular-ui-bootstrap/ui-bootstrap-tpls.min.js"></script>
-               <script src="../node_modules/Flot/jquery.flot.min.js"></script>
-               <script 
src="../node_modules/Flot/jquery.flot.stack.min.js"></script>
-               <script 
src="../node_modules/Flot/jquery.flot.pie.min.js"></script>
-               <script 
src="../node_modules/Flot/jquery.flot.time.min.js"></script>
-               <script 
src="../node_modules/Flot/jquery.flot.crosshair.min.js"></script>
+               <script src="../node_modules/Flot/jquery.flot.js"></script>
+               <script 
src="../node_modules/Flot/jquery.flot.stack.js"></script>
+               <script src="../node_modules/Flot/jquery.flot.pie.js"></script>
+               <script src="../node_modules/Flot/jquery.flot.time.js"></script>
+               <script 
src="../node_modules/Flot/jquery.flot.crosshair.js"></script>
                <script 
src="public/assets/flot/jquery.flot.tooltip.js"></script>
                <script src="public/assets/flot/jquery.flot.legend.js"></script>
                <script src="../node_modules/d3/d3.min.js"></script>

Reply via email to