Skip to content

Commit

Permalink
Minify CSS and JS in production (#4)
Browse files Browse the repository at this point in the history
* Add CSS minification step to production build.

* Add terser and JS compression script using foreach-cli

* Update CHANGELOG.
  • Loading branch information
elisehein authored Jun 12, 2021
1 parent 8c6cb81 commit 0bbce37
Show file tree
Hide file tree
Showing 3 changed files with 14,114 additions and 138 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

* Compression scripts for CSS (using `cssnano`) and JS (using `terser` and `foreach-cli`) to run in production on Netlify.

## [1.0.0] – 2019-02-25

The initial release of Schematics including the first five figures (figs 14, 18, 36, 42, 43).
Expand Down
Loading

0 comments on commit 0bbce37

Please sign in to comment.