dbelyaeff / cogear.js

Modern static websites generator (Node.JS/Webpack)

Home Page:https://cogearjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Output option not being sent to correct directory

lljr opened this issue · comments

I tried to build to a different directory outside of my project folder.

cogear build --output ~/Dropbox/Development/avocadoras.github.io/outputfromcogear/

However it does not send the built files to that directory, but instead creates a directory structure similar to my ouput string inside my project folder. After going into ~/Dropbox/Development/avocadoras.github.io/outputformcogear I see an empty folder. When I cd into my project folder called site and type pwd I get this result : /Users/jr/Desktop/Projects/CoGear/site/Users/jr/Dropbox/Development/avocadoras.github.io/outputfromcogear which means it is creating a folder structure similar to my output string inside my project folder but not actually moving those files to my output target. Is this how the option supposed to work?

OS: High Sierra 10.13.6
Node: 10.9.0

Fixed that. Please, try again with v1.2.17.