fengyuanchen / photo-editor

A simple photo editing application.
https://fengyuanchen.github.io/photo-editor
MIT License
936 stars 238 forks source link

Changes #28

Closed leonardooleg closed 5 years ago

leonardooleg commented 5 years ago

To make changes to the html code, me need to edit the file main.js?

fengyuanchen commented 5 years ago

Just edit the source code files in the src folder.

leonardooleg commented 5 years ago

How then to collect them in one file?

fengyuanchen commented 5 years ago

Run the build task in the package.json:

npm run build