Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.

Commit

Permalink
don't minify editor.min.js
Browse files Browse the repository at this point in the history
  • Loading branch information
GaurangTandon committed Mar 17, 2017
1 parent 004e1c2 commit a43df29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING_TO_CODE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
4. Update the change log in options.html as well as on [github](https://github.com/GaurangTandon/ProKeys/edit/master/change_log.md)
5. Make sure that the update fixes all the bugs listed for its milestone number.
6. Check for an [update](http://quilljs.com/docs/download/) to quill version, and replace the "min.js" and "snow.css" files in our codebase.
7. Minify all the files.
8. Copy all `imgs` from `Uncompressed` to `Compressed` in case they were updated.
7. Minify all the files **except editor.min.js** (cut-paste it separately - it is a >200KB file, takes a _lot of time_ to minify).
8. Copy all `imgs` from `Uncompressed` to `Compressed` in case they were updated.
9. [**Testing**](https://github.com/GaurangTandon/ProKeys/blob/master/HOW_TO_TESTING.md)

**After updating the extension**
Expand Down

0 comments on commit a43df29

Please sign in to comment.