mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
Raven.js upgrade and swap to npm.
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
],
|
||||
"homepage": "usegalaxy.org",
|
||||
"dependencies": {
|
||||
"ravenjs": "~3",
|
||||
"underscore": "~1",
|
||||
"backbone": "~1.3",
|
||||
"bootstrap": "~3.3.2",
|
||||
|
||||
+903
-539
File diff suppressed because it is too large
Load Diff
+8
-4
@@ -11,11 +11,15 @@ var cached = require('gulp-cached');
|
||||
|
||||
var paths = {
|
||||
node_modules: './node_modules',
|
||||
scripts: ['galaxy/scripts/**/*.js',
|
||||
'!galaxy/scripts/apps/**/*.js',
|
||||
'!galaxy/scripts/libs/**/*.js'
|
||||
scripts: [
|
||||
'galaxy/scripts/**/*.js',
|
||||
'!galaxy/scripts/apps/**/*.js',
|
||||
'!galaxy/scripts/libs/**/*.js'
|
||||
],
|
||||
lib_locs: {'jquery':['dist/jquery.js', 'jquery/jquery.js']},
|
||||
lib_locs: {
|
||||
'jquery':['dist/jquery.js', 'jquery/jquery.js'],
|
||||
'raven-js': ['dist/raven.js', 'raven.js'],
|
||||
},
|
||||
libs: ['galaxy/scripts/libs/**/*.js']
|
||||
};
|
||||
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
"gulp-watch": "^4.3.11",
|
||||
"jquery": "1.12",
|
||||
"jshint": "^2.9.4",
|
||||
"raven-js": "^3.17.0",
|
||||
"webpack": "^3.5.5"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
@@ -3772,6 +3772,10 @@ randombytes@^2.0.0, randombytes@^2.0.1:
|
||||
dependencies:
|
||||
safe-buffer "^5.1.0"
|
||||
|
||||
raven-js@^3.17.0:
|
||||
version "3.17.0"
|
||||
resolved "https://registry.yarnpkg.com/raven-js/-/raven-js-3.17.0.tgz#779457ac7910512c3c2cc9bb6d0a9eeb59a969ec"
|
||||
|
||||
rc@^1.1.7:
|
||||
version "1.2.1"
|
||||
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.1.tgz#2e03e8e42ee450b8cb3dce65be1bf8974e1dfd95"
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user