This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require "capistrano/setup" | |
| require "capistrano/deploy" | |
| require "capistrano/scm/git" | |
| require 'capistrano/npm' | |
| install_plugin Capistrano::SCM::Git | |
| Dir.glob("lib/capistrano/tasks/*.rake").each { |r| import r } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Blockly-dev-test-page-only temporary workaround for Chrome 34 SVG bug #349701 | |
| * | |
| * - Loads jQuery from googleapis.com | |
| * - Workaround mostly copied from Dashboard | |
| * - Assumes 2 seconds is long enough for jQuery load | |
| * | |
| * Bug details: https://code.google.com/p/chromium/issues/detail?id=349701 | |
| * tl;dr: only the first clippath in a given svg element renders | |
| * |