emberobserver / client

http://emberobserver.com/
124 stars 65 forks source link

Refactor away from explicit file paths for bourbon/neat #192

Open SYU15 opened 4 years ago

SYU15 commented 4 years ago

I recently ran into an issue pulling this repo in as a git submodule in for ember-debug. The explicit filepaths for bourbon (ex. node_modules/bourbon/app/assets/stylesheets/_bourbon) do not play nicely with our yarn workspace setup since the bourbon package is added in the root directory of the yarn workspace and not at the ember-observer level.

Not sure if a solution is to add/possibly update ember-cli-bourbon to work so we can just use @import bourbon or if there was another path forward that the repo owners had in mind. Happy to help out as needed since this is probably only impacting ember-debug work.

Related PR commit here: https://github.com/emberjs/ember-debug/pull/9/commits/472cfbe09bcc33bd531a4c739328fb423cb1994e