17 lines
702 B
Markdown
17 lines
702 B
Markdown
Photowall Image Editor
|
|
======================
|
|
Image editor for the Photowall web project
|
|
|
|
# Working with image-editor integrated in photowall site
|
|
A suggested workflow is replacing `src/js/legacy/legacyVendor/image-editor.js` in photowall project with a symlink to
|
|
`dist/image-editor.js` in this project. That way you can have `gulp watch` running to build on change in this project
|
|
which will trigger `npm run watch` (webpack) in photowall project.
|
|
|
|
Symlink should be removed and new copy of `dist/image-editor.js` copied to photowall project when work
|
|
is done however to not force all team members to have same file structure for projects.
|
|
|
|
# Linting
|
|
Linting can be run manually with
|
|
`npm run lint`
|
|
|