class EmberCli::Assets::Paths
Attributes
app[R]
Public Class Methods
new(app)
click to toggle source
# File lib/ember_cli/assets/paths.rb, line 4 def initialize(app) @app = app end
Public Instance Methods
asset_map()
click to toggle source
# File lib/ember_cli/assets/paths.rb, line 12 def asset_map Pathname.glob(assets.join("assetMap*.json")).first end
assets()
click to toggle source
# File lib/ember_cli/assets/paths.rb, line 8 def assets app.dist_path.join("assets") end
package_json()
click to toggle source
# File lib/ember_cli/assets/paths.rb, line 16 def package_json app.root_path.join("package.json") end