Creating templates and components for AEM
If you don't have the grunt-cli and bower packages, install them globally with npm i -g grunt-cli bower.
Clone this repository, cd into the working directory and satisfy all dependencies with npm i && bower i.
Finally, spin up dev server with grunt server.
When spinning up a local dev server using the above command, you should notice:
- on-the-fly Sass compilation with libsass via
grunt-sass live-reload-enabled browser- Serving the
dist(so you're looking at what gets deployed to staging site)
Reading Mtrl and tool docs:
Just getting started with the proposed solution. Has been discussed and vetted with AEM developers. Many aspects of project, configuration, and asset pipeline are subject to change.