Last active
April 15, 2016 20:39
-
-
Save mindspank/5b99198815d6c82e7ad4 to your computer and use it in GitHub Desktop.
url to require url #extension
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
define( ["require"], function ( localRequire ) { | |
var path = localRequire.toUrl( "extensions/d3-vis-library/d3-vis-library.css" ); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment