nateyolles / aem-developer-chrome

Chrome extension for AEM developers.
https://chrome.google.com/webstore/detail/aem-developer/hgjhcngmldfpgpakbnffnbnmcmohfmfc
MIT License
42 stars 10 forks source link

Build processes: SASS/LESS, Compass, Grunt, Bower, Bundler, etc... #11

Open nateyolles opened 9 years ago

nateyolles commented 9 years ago

Implemented GruntJS. On release it updates the version in package.json and manifest.json, then creates a new zip file while filtering out sourcemaps.

Still to do: Bower for dependencies such as Angular, concat and compress CSS and JS. Convert CSS to SASS or LESS, etc...