fileosoph / grav-plugin-blackhole

The static site generator for Grav CMS
MIT License
0 stars 0 forks source link

bin/plugin blackhole generate with port does not generate assets #1

Open fileosoph opened 3 years ago

fileosoph commented 3 years ago

// generate Assets directory bin/plugin blackhole generate http://127.0.0.1 --output-url https://myPage.de --output-path ./build-myPage -a -f // does not generate assets bin/plugin blackhole generate http://127.0.0.1:8080/ --output-url https://myPage.de --output-path ./build-myPage -a -f

fileosoph commented 3 years ago

bin/plugin blackhole generate http://127.0.0.1:8080/ --output-url https://myPage.de --output-path ./build-myPage -a -f --strip-port 8080 will render the assets