0.3.9 • Published 6 years ago
magnolia-frontend-scripts v0.3.9
magnolia-frontend-scripts
install with:
yarn add magnolia-frontend-scripts
add this into your projects package.json:
"scripts": { "build": "neo-mfs build", "check": "neo-mfs check", "start": "neo-mfs default" }
make sure your directory layout looks like this:
- <project-name> -> <name>-ui -> <name>-ui -> frontend (here is your package.json etc) -> <name>-webapp
add correct path names to a file named ".projectrc" in your frontend directory:
const basePaths = { root: '.', src: 'src', srcClient: 'src/client', srcServer: 'src/server', dist: 'dist', distPublic: 'dist/webresources', distSrcUI: '../swidch-ui-light/', distSrcWeb: '../swidch-ui-light/web', distTargetMagnolia: '../../swidch-webapp/target/cmsauthor/modules/swidch-ui-light' }; module.exports = basePaths;
TODO
- make more configurable
- log gulp output too
- ...
0.3.9
6 years ago
0.3.7
6 years ago
0.3.6
6 years ago
0.3.5
6 years ago
0.3.4
6 years ago
0.3.3
6 years ago
0.3.2
7 years ago
0.3.1
7 years ago
0.3.0
7 years ago
0.2.0
7 years ago
0.1.10
7 years ago
0.1.9
7 years ago
0.1.8
7 years ago
0.1.7
7 years ago
0.1.6
7 years ago
0.1.5
7 years ago
0.1.4
7 years ago
0.1.3
7 years ago
0.1.2
7 years ago
0.1.1
7 years ago