commit/galaxy-central: guerler: Charts: Add build process with requirejs optimizer
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/e72cf379a6f7/ Changeset: e72cf379a6f7 User: guerler Date: 2014-03-09 04:36:01 Summary: Charts: Add build process with requirejs optimizer Affected #: 5 files diff -r e162e15c7d2ef94e132e369c59d0d6f1dd42b329 -r e72cf379a6f7830acdb867d6d48e94332f34df67 config/plugins/visualizations/charts/build/build.js --- /dev/null +++ b/config/plugins/visualizations/charts/build/build.js @@ -0,0 +1,12 @@ +({ + baseUrl : "../../../../../static/scripts/", + paths : { + "plugin": "../../config/plugins/visualizations/charts/static" + }, + shim : { + "libs/underscore": { exports: "_" }, + "libs/backbone/backbone": { exports: "Backbone" } + }, + name : "plugin/app", + out : "../static/build-app.js", +}) \ No newline at end of file diff -r e162e15c7d2ef94e132e369c59d0d6f1dd42b329 -r e72cf379a6f7830acdb867d6d48e94332f34df67 config/plugins/visualizations/charts/build/build.sh --- /dev/null +++ b/config/plugins/visualizations/charts/build/build.sh @@ -0,0 +1,2 @@ +#!/bin/bash +node r.js -o build.js \ No newline at end of file This diff is so big that we needed to truncate the remainder. Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org