1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/c162bff2090e/ Changeset: c162bff2090e User: dannon Date: 2014-02-07 15:43:14 Summary: Add README to static/style to document requirements for building galaxy styles. Affected #: 1 file diff -r 5e2a4255cf09e7423d8fc41c99a9386bca9e0851 -r c162bff2090eb4a986e9059b45109fac172239dd static/style/README --- /dev/null +++ b/static/style/README @@ -0,0 +1,26 @@ +GALAXY STYLE BUILDING + +Requirements: +node.js http://nodejs.org +grunt http://gruntjs.com +phantomjs http://phantomjs.org + *phantomjs can be replaced with other libraries if you know what you're + doing (it's used as an engine for sprite building), but it's the easiest to + get up and running. + +After node, grunt, and phantomjs are all installed (and on your path): + + 1: navigate to the <galaxy>/static/style directory (where this file is) + 2: execute 'npm install' + 3: execute 'grunt' + +The 'npm install' command will install the required modules for building galaxy +into the node_modules directory here. If phantomjs isn't correctly installed +and on your path prior to running 'npm install', you'll see this error message: + + Warning: Sorry, no spritesmith engine could be loaded for your machine. + Please be sure you have installed canvas or gm. Use --force to continue. + +If this happens, you'll need to rerun 'npm install' after 1) ensuring phantomjs +is on your path and 2) removing the local node_modules directory (rm -rf +node_modules). 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.