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
Gotcha. I am using Phoenix 1.3, but now wondering if maybe I used a deprecated mix project initializer that created a pre 1.3 folder structure. Now that I'm comparing, it does look like my folder structure is pre 1.3.
I temporarily overrode the value for init.ex's @assets constant, and after getting the mix smoothie.init to work, realized I wanted to actually target my project root, where in pre 1.3 the node_modules folder and package.json file live.
Upon running
mix smoothie.init
, I receive the following error:I am using the latest commit, and my project assets are located at
./web/static/assets
.The text was updated successfully, but these errors were encountered: