You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a default aspect, with an 'index.html' page, and an xml config file ('config.xml'), both pointing to 'Class1.js', which itself points to 'Class2.js', we should get the following log output:
Handling logical request '/js/js.bundle' for app 'app1'.
Aspect 'default' identified as context for request '/js/js.bundle'.
Bundler 'JsCompositeBundler' identified as handler for request '/js/js.bundle'.
Aspect 'default' contains seed files 'index.html', 'resources/xml/config.xml'.
App 'app1' has source locations 'aspect-default/src', 'lib/lib1', 'bladeset-default/blades/blade-b1/src'.
File 'index.html' depends on 'novox/Class1.js'.
File 'resources/xml/config.xml' has no dependencies.
File 'novox/Class1.js' depends on 'novox/Class2.js'.
File 'novox/Class2.js' has no dependencies.
Notice how all paths are relative to the aspect, so they are easier to read.