tlienart / PkgPage.jl

Create a beautiful landing page for your package in less than 10 minutes.
https://tlienart.github.io/PkgPage.jl/
MIT License
116 stars 6 forks source link

Use NodeJS.jl for purge #47

Closed zsoerenm closed 2 years ago

zsoerenm commented 2 years ago

This will use NodeJS.jl for the purge instead of the global installed node. If node was not installed, this would have thrown an error previously:

/usr/bin/env: ‘node’: No such file or directory
ERROR: LoadError: failed process: Process(`/cache/build/default-deepsea1-0/julia-computing-1/darpa-triad/node_modules/purgecss/bin/purgecss.js --css __site/css/bootstrap.min.css --content __site/index.html --output __site/css/bootstrap.min.css`, ProcessExited(127)) [127]
tlienart commented 2 years ago

Thanks!