You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been getting this odd issue lately with the Public folder being created outside of the root folder structure. I've done a few different tests with it and can't really seem to point my finger on the cause. It happens when I run 'roots watch' and I'm not sure if it's because of certain project names or what.
For instance: I ran a 'roots new mobile' and this issue occured. However, running 'roots new mobileportfolio' worked and functioned as normal.
Currently running MacOS Sierra 10.12.1 on the Late 2016 Touchbar MBP 13".
The text was updated successfully, but these errors were encountered:
Hi @kylefraser - I've not used Roots in some time, but I do remember having a similar issue to this at one point - the source of the problem for me was a rogue package.json one level up from my roots project folder. To illustrate:
- projects/
---package.json <-- This caused the issue for me
---roots_project/
------app.coffee
I've been getting this odd issue lately with the Public folder being created outside of the root folder structure. I've done a few different tests with it and can't really seem to point my finger on the cause. It happens when I run 'roots watch' and I'm not sure if it's because of certain project names or what.
For instance: I ran a 'roots new mobile' and this issue occured. However, running 'roots new mobileportfolio' worked and functioned as normal.
Currently running MacOS Sierra 10.12.1 on the Late 2016 Touchbar MBP 13".
The text was updated successfully, but these errors were encountered: