Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lazy engine with style preprocessors. #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Feb 24, 2017

Demonstrates an issue in ember-engines build pipeline.

Build failed.
File: /Users/rjackson/src/open-source/engine-testing/tmp/sass_compiler-input_base_path-QgL1m6Fg.tmp/addon.scss (1)
The Broccoli Plugin: [SassCompiler] failed with:
Error: File to import not found or unreadable: vanilla-addon-in-lazy-with-style-preprocessor.
Parent style sheet: /Users/rjackson/src/open-source/engine-testing/tmp/sass_compiler-input_base_path-QgL1m6Fg.tmp/addon.scss
    at options.error (/Users/rjackson/src/open-source/engine-testing/node_modules/node-sass/lib/index.js:291:26)

The broccoli plugin was instantiated at:
    at SassCompiler.Plugin (/Users/rjackson/src/open-source/engine-testing/node_modules/broccoli-plugin/index.js:7:31)
    at SassCompiler.CachingWriter [as constructor] (/Users/rjackson/src/open-source/engine-testing/node_modules/broccoli-sass-source-maps/node_modules/broccoli-caching-writer/index.js:18:10)
    at new SassCompiler (/Users/rjackson/src/open-source/engine-testing/node_modules/broccoli-sass-source-maps/index.js:20:17)
    at /Users/rjackson/src/open-source/engine-testing/node_modules/ember-cli-sass/index.js:38:12
    at Array.map (native)
    at SASSPlugin.toTree (/Users/rjackson/src/open-source/engine-testing/node_modules/ember-cli-sass/index.js:35:34)
    at /Users/rjackson/src/open-source/engine-testing/node_modules/ember-cli-preprocess-registry/preprocessors.js:180:26
    at Array.forEach (native)
    at processPlugins (/Users/rjackson/src/open-source/engine-testing/node_modules/ember-cli-preprocess-registry/preprocessors.js:178:11)
    at module.exports.preprocessCss (/Users/rjackson/src/open-source/engine-testing/node_modules/ember-cli-preprocess-registry/preprocessors.js:148:10)

Demonstrates an issue in ember-engines build pipeline.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant