//= require <library_name> //= require "file_name"
In this version of the syntax, angle-brackets indicate libraries that should be found by searching the classpath, and double-quotes indicate file paths relative to the current directory.
This was the default implementation in fiftyfive-wicket-js 2.x and 3.x. Starting with 4.0, the default is now {@link SprocketsParserImplV4}. To force V3 to be used, call {@link fiftyfive.wicket.js.JavaScriptDependencySettings#setSprocketsParser JavaScriptDependencySettings#setSprocketsParser(new SprocketsParserImplV3())}. @since 2.0
|
|