Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polarbirke/aem-gulp-workflow
https://github.com/polarbirke/aem-gulp-workflow
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/polarbirke/aem-gulp-workflow
- Owner: polarbirke
- Created: 2015-03-20T16:40:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-20T16:41:41.000Z (over 9 years ago)
- Last Synced: 2024-10-04T11:42:18.026Z (about 1 month ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AEM-gulp-workflow
======================A (really simple) workflow for frontend development in Adobe Experience Manager (AEM) aka Adobe CQ.
This app does the following tasks:
- LESS watch for changes to files, "vault" to JCR using cURL, toast notify and livereload the browser (Chrome only).
The heart of this app is using cURL -T (send a file via HTTP POST) to send LESS files to the JCR without having to bother with vlt.
### Installation instructions: ###
Install node.js http://nodejs.org/download/. Install chrome livereload extension https://chrome.google.com/webstore/detail/livereload/jnihajbhpnppcggbcgedagnkighmdlei and click the extension button on your localhost page instance.
Git clone this repo inside your main AEM repo, then inside your repo root:> npm install -g gulp
> npm install
Edit the designsPath to reflect your local folder structure and the port if you need to.
### To start watching for changes: ###
> gulp