Currently to speed up styling a separate dev server is used (styling is done on static html file that is downloaded from AEM). This does not require local AEM instance to be running but on the other hand requires some additional work to get the actual AEM page HTML to work with.
Proposed improvement:
Allow to perform styling directly on local AEM page in the same manner as it's done on local dev server
Development flow:
Run author instance locally
Run npm run start:withAem
Open page to style on local aem instance, for example /content/mysite/en.html
Any change in css/js file will generate clientlibs, sync them into an AEM instance and refresh /content/mysite/en.html in browser.
Real time updates on author instance
Currently to speed up styling a separate dev server is used (styling is done on static html file that is downloaded from AEM). This does not require local AEM instance to be running but on the other hand requires some additional work to get the actual AEM page HTML to work with.
Proposed improvement: Allow to perform styling directly on local AEM page in the same manner as it's done on local dev server Development flow:
npm run start:withAem
/content/mysite/en.html
/content/mysite/en.html
in browser.