Skip to content

v0.0.2

Compare
Choose a tag to compare
@abmaonline abmaonline released this 07 May 18:40
· 69 commits to master since this release

Proxy multiple targets

  • Initial support for proxying all provided targets
  • Each target maintains and updates its own dumplibs clientlib tree
  • Prefix log messages with target name
  • BrowserSync proxy ports start at default (3000) and increase by two (proxy + ui) for each provided target, in same order as targets on command line

Integrate clientlib error logging

  • Show clientlib related errors for a request in console using Sling log tracers. It shows serverside errors for Less compilation and minification using the YUI and GCC
  • Read and store OSGi config to see if tracers are enabled and show instructions on how to enable on dev

Other

  • Add browsersync cache buster also on initial requests to stop using cached code on reload and make styling injection smoother on Firefox
  • Update several dependencies and rewrite for new aemsync 3.0 structure using Pipeline
  • Use patched version of aemsync to fix package manager clutter