Replies: 2 comments
-
1 is the better fix. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think the current behaviour is fine, I only need to add the src folder to my checkouts and the host project can still find/update new CSS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Originally, the LESS and CSS files were in
src/day8/re_frame/trace/css
andsrc/day8/re_frame/trace/less
.Then, they were both moved to
resources/day8/re_frame/trace
because it's more proper naming convention to places styles into the resources folder.However, now the host project can't find the CSS, because we gave instructions to change the source-paths to look like this:
and
resources
sits outside of this.Which is a preferable fix?
:source-paths
src/day8/re_frame/trace
Actionable item: update the README and/or file locations to reflect the decision made here!
Beta Was this translation helpful? Give feedback.
All reactions