UNPKG

aemfed

Version:

Upload front-end changes into AEM, refresh relevant resources in the page and get instant notifications from the error.log, all for easier and faster development.

10 lines (9 loc) 247 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function normalisePath(path) { return path .replace(/^\/+/, "") .replace(/\\/g, "/") .toLowerCase(); } exports.normalisePath = normalisePath;