magnars / optimus

A Ring middleware for frontend performance optimization.
364 stars 23 forks source link

Replace shell script with cross platform makefile #68

Closed augustl closed 4 years ago

augustl commented 4 years ago

The shell script build-js-sources.sh does not run on Windows.

Instead of creating a build-js-sources.cmd, the shell script is rewritten to a makefile that works on both Windows and *nix.

Tested on both Windows 10 and Ubuntu 18.04.

magnars commented 4 years ago

Excellent idea. Seems like the build is breaking tho. You checking it out?

augustl commented 4 years ago

Will do!

augustl commented 4 years ago

@magnars fixed! Just forgot the mkdir step for the resources folder :)

magnars commented 4 years ago

Looking good! :)