diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-03-19 18:25:45 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-03-19 18:25:45 -0400 |
commit | 669dcb88a16464e7c24772fafd818fcb8c680deb (patch) | |
tree | 6816e393d11d17dcd85c515c4cda0dcdd9da2bf1 /public-src/require.config.js | |
parent | b5701445424a160f50e70b4b36846b61d2a6928d (diff) |
get flot and sorttable with yarn
Diffstat (limited to 'public-src/require.config.js')
-rw-r--r-- | public-src/require.config.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/public-src/require.config.js b/public-src/require.config.js index 3e2ff4b..a3194d9 100644 --- a/public-src/require.config.js +++ b/public-src/require.config.js @@ -27,13 +27,12 @@ var require = { "cfg/jarmon-proton": { deps: ["jquery", "jarmon"] }, }, paths: { - //"flot" : "/3rd-party/yarn/flot", + "flot" : "/3rd-party/yarn/flot", //"jquery" : "/3rd-party/yarn/jquery/dist/jquery", "requirejs" : "/3rd-party/yarn/requirejs/require", "cfg" : "/cfg", "jarmon" : "/jarmon", - "flot" : "/jarmon-dependencies/flot-0.8.3", "javascriptrrd" : "/jarmon-dependencies/javascriptrrd-1.1.1", "jquery" : "/jarmon-dependencies/jquery-1.6.3", "jquerytools" : "/jarmon-dependencies/jquerytools-8ac4636a01d3860f1c4726ba722190a531bf1068", |