Giter Club home page Giter Club logo

ember-cli-postcss's People

Contributors

akatov avatar ashleyconnor avatar bantic avatar bartocc avatar benmurden avatar dependabot-preview[bot] avatar dependabot-support avatar dependabot[bot] avatar dknutsen avatar ef4 avatar gabrielgrant avatar greenkeeper[bot] avatar greenkeeperio-bot avatar jeffjewiss avatar mansona avatar miguelcobain avatar mike-north avatar robert-j-webb avatar ynnoj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ember-cli-postcss's Issues

An in-range update of ember-cli is breaking the build 🚨

Version 2.12.0 of ember-cli just got published.

Branch Build failing 🚨
Dependency ember-cli
Current Version 2.11.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As ember-cli is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • βœ… bitHound - Code No failing files. Details

  • βœ… bitHound - Dependencies No failing dependencies. Details

  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Release Notes le train Γ  paris

Setup

  1. npm uninstall -g ember-cli -- Remove old global ember-cli
  2. npm cache clean -- Clear NPM cache
  3. bower cache clean -- Clear Bower cache
  4. npm install -g [email protected] -- Install new global ember-cli

Project Update

  1. rm -rf node_modules bower_components dist tmp -- Delete temporary development folders.
  2. npm install --save-dev [email protected] -- Update project's package.json to use latest version.
  3. npm install -- Reinstall NPM dependencies.
  4. bower install -- Reinstall bower dependencies.
  5. ember init -- This runs the new project blueprint on your projects directory. Please follow the prompts, and review all changes (tip: you can see a diff by pressing d). The most common source of upgrade pain is missing changes in this step.

Changelog

The following changes are required if you are upgrading from the previous
version:

Community Contributions

Thank you to all who took the time to contribute!

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Not compiling

/*jshint node:true*/
/* global require, module */
var EmberApp = require('ember-cli/lib/broccoli/ember-app');
var cssnext = require('postcss-cssnext');


module.exports = function(defaults) {
  var app = new EmberApp(defaults, {
    // Add options here
    postcssOptions: {
      plugins: [ { module: cssnext } ]
    }
  });


  return app.toTree();
};

not sure why this isn't compiling. anything i'm doing wrong?

File Not Found error when using postcss for sass compilation in Ember addon

Hi, thanks for this addon.

I'm trying to use this addon for sass compilation instead of ember-cli-sass. I have it working in a simple project. Now I'm trying to get it working in a simple addon.

I have an addon.scss in the addon/styles and an app.scss in the tests/dummy/app/styles. I also have the following postCssOptions block in both the index.js and ember-cli-build.js:

        postcssOptions: {
            compile: {
                extension: 'scss',
                enabled: true,
                parser: require('postcss-scss'),
                plugins: [
                    {
                        module: require('@csstools/postcss-sass')
                    }
                ]
            },
            filter: {
                enabled: false
            }
        }

If I try to serve the dummy app I get the following error:

Build Error (PostcssCompiler)

File to read not found or unreadable: /Users/markhaugen/Code/proj/f-sass/sass-addon/tmp/postcss_compiler-input_base_path-OOj6IiXF.tmp/app/styles/app.scss#sass


Stack Trace and Error Report: /var/folders/6x/nxm5z03d58v31b94qy10n1rc0000gp/T/error.dump.ecb0e9e92bff17a4ada2f2ac0e4758e8.log

I looked in the log and it doesn't have much other than file not found. If I look at that location there is an app.scss file there (though it doesn't have the hash sass bit). Do you know what I'm missing?

Thanks!

An in-range update of loader.js is breaking the build 🚨

Version 4.5.0 of loader.js just got published.

Branch Build failing 🚨
Dependency loader.js
Current Version 4.4.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As loader.js is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 7 commits.

  • 094e20b release v4.5.0 πŸŽ‰
  • db2f6a6 Merge pull request #126 from ember-cli/moduleId
  • 204838b rename mod.name => mod.id
  • 4fa0fe0 add require.moduleId to allow a module to know its ID
  • f62bc54 Merge pull request #121 from ember-cli/define-exports
  • d963886 Update README.md
  • 928e18f add define.exports

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of eslint-plugin-standard is breaking the build 🚨

Version 2.2.0 of eslint-plugin-standard just got published.

Branch Build failing 🚨
Dependency eslint-plugin-standard
Current Version 2.1.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As eslint-plugin-standard is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • ❌ bitHound - Dependencies 4 failing dependencies. Details

  • ❌ bitHound - Code 15 failing files. Details

Commits

The new version differs by 3 commits .

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

3.6.1 is incompatible with Node 4 w/yarn

I see in e268966 that support for Node 4 was dropped which prevents this package from being installed via yarn when using Node 4.

Node 4 is still an active LTS version, is there something specific in this addon that is incompatible? At Ghost we follow Node's LTS schedule so we need to still need to support v4, I was a bit surprised when a patch version update killed our Travis builds.

An in-range update of ember-resolver is breaking the build 🚨

Version 3.0.1 of ember-resolver just got published.

Branch Build failing 🚨
Dependency ember-resolver
Current Version 3.0.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As ember-resolver is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • ❌ bitHound - Dependencies 3 failing dependencies. Details

  • ❌ bitHound - Code 15 failing files. Details

Commits

The new version differs by 9 commits .

  • 81c3d0b 3.0.1
  • 16d5f08 Update CHANGELOG for 3.0.1.
  • 10e0c88 Merge pull request #178 from ember-cli/bugfix
  • fa83970 Bring in line with addon/ layout changes.
  • f80f6de [Fixes #175] restore ability to resolve from modules
  • 1fbc09e Merge pull request #177 from 201-created/keys
  • c08ccbb No longer need Ember.keys
  • 7b423a2 Merge pull request #176 from 201-created/restructure
  • 1f656e8 Restructure on disk

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Does not work with postcss-bem-linter

When postcss-bem-linter and postcss-log-warnings are installed (with postcss-log-warnings as the last object in the Brocfile.js configuration) the build is succesful, but no warnings are logged. Even though I'm importing a component that should result in a warning:

app/styles/app.css

@import "./components/mycomponent.css";

app/styles/components/mycomponent.css

/** @define MyComponent */

/* this should result in a warning: */
.WrongName {}

I'm using postcss-import to process @import rules, could it be that this is causing problems? I believe postcss-bem-linter expects separate files, with the @define rule on the first line (to trigger linting). Since ember-cli-postcss looks for app.css or {app-name}.css, and only processes that, could that be the reason linting isn't triggered?

If so, can this be fixed from ember-cli-postcss, and how?

SASS-like blueprint

I'm working on a blueprint that will set a consuming app's ember-cli-blueprint.js with a SASS-compatible post-css plugin stack. There has been a lot of excitement around postcss in the ember community, but SASS has by far the most adoption. This will give people an easy way to switch over cleanly, and then add more plugins from there.

Use browsers from new targets config

When using this addon together with e.g. 'autoprefixer', you currently configure autoprefixer like this:

plugins: [
  {
    module: autoprefixer,
    options: {
      browsers: ['last 2 versions', 'ie > 9', 'ios >= 8', '> 5%']
    }
]

Following the new possibilities as outlined here: http://rwjblue.com/2017/04/21/ember-cli-targets/, you can now have a config/targets.js file like this:

module.exports = {
  browsers: ['> 5%']
};

It would be great if we could use that config if no browsers are set directly for autoprefixer (and possibly other plugins).

An in-range update of loader.js is breaking the build 🚨

Version 4.2.0 of loader.js just got published.

Branch Build failing 🚨
Dependency loader.js
Current Version 4.1.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As loader.js is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • βœ… bitHound - Code No failing files. Details

  • βœ… bitHound - Dependencies No failing dependencies. Details

  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 14 commits .

  • cc53069 release v4.2.0
  • 1a453d3 Merge pull request #104 from trentmwillis/redefine
  • 93478ef Improve redefinition scenarios
  • e289916 Fix test:dev command
  • 287a487 Merge pull request #105 from trentmwillis/clarify
  • cda1c29 Clarify prime comment
  • 562ecf1 Merge pull request #100 from jrowlingson/master
  • 6a9b916 remove petal references
  • b609262 Merge pull request #95 from chadhietala/heimdall-instrumentation
  • c49296d Instrument with heimdall
  • 453fe8c Merge pull request #97 from Turbo87/ci-deploy
  • 37fef79 CI: Enable automatic NPM deployment for tags
  • c4f0755 Merge pull request #96 from chadhietala/dict-registry
  • 8a34296 Use dict for registery and seen to avoid filling IC cache

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Cannot generate sourcemaps

As far as I can tell, this addon does not allow for any options, other than the plugins array, to be passed to broccoli-postcss. In turn broccoli-postcss does not seem to accept options for configuring sourcemap generation (but from what I can tell, it should generate a separate sourcemap by default. In the generated css, ember-cli-postcss does add a comment referring to a sourcemap:

/*# sourceMappingURL={app-name}.css.map */

But the sourcemap itself is never generated. Should ember-cli-postcss be generating a sourcemap currently, or is that still under development?

Importing css files from app.css

I'm trying to use this plugin but I canΒ΄t. I'm sure there is something I'm missing, but I prefer to share it, because maybe there are more people having same problem.

What I'm trying to do is very simple: I have a css of a component (inside styles folder, I realized pods are not working for the moment) and an import statement in my app.css

File: my-ember-app/app/styles/app.css

@import './templates/components/widgets/external/analytics-widget.css';

File: my-ember-app/app/styles/templates/components/widgets/external/analytics-widget.css

.analytics-widget-container{
  animation-name: example-animation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes example-animation {
  0% {background-color: red;}
  33% {background-color: green;}
  66% {background-color: blue;}
  100% {background-color: red;}
}

Then, when I start ember server or directly make a build, the css is not bundled inside assets/my-ember-app.css, because import hasn't been resolved, so it's looking for my-ember-app/app/styles/templates/components/widgets/external/analytics-widget.css in runtime.

Am I doing something wrong? I understood plugin should bundle all my referenced css by imports starting at app.css.

An in-range update of ember-cli-babel is breaking the build 🚨

Version 5.2.3 of ember-cli-babel just got published.

Branch Build failing 🚨
Dependency ember-cli-babel
Current Version 5.2.2
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As ember-cli-babel is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • βœ… bitHound - Dependencies No failing dependencies. Details

  • βœ… bitHound - Code No failing files. Details

  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 3 commits .

  • 8d5d130 5.2.3
  • ef7119b Merge pull request #110 from babel/rwjblue-patch-1
  • a655d8a Update minimum version of broccoli-babel-transpiler.

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of ember-cli-babel is breaking the build 🚨

Version 6.4.1 of ember-cli-babel just got published.

Branch Build failing 🚨
Dependency ember-cli-babel
Current Version 6.4.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As ember-cli-babel is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 6 commits.

  • 63045ce v6.4.1
  • 6e8bc39 Merge pull request #154 from rwjblue/provide-annotation-to-babel-transpiler
  • 465353d Refactor README.
  • 79e5604 Update babel-plugin-debug-macros to avoid message building when test passes.
  • c53b873 Add convienient broccoli debug tooling.
  • 4e523f5 Provide annotation to broccoli-babel-transpiler.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of ember-cli-eslint is breaking the build 🚨

Version 3.0.3 of ember-cli-eslint just got published.

Branch Build failing 🚨
Dependency ember-cli-eslint
Current Version 3.0.2
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As ember-cli-eslint is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • ❌ bitHound - Dependencies 3 failing dependencies. Details

  • ❌ bitHound - Code 15 failing files. Details

Commits

The new version differs by 17 commits .

  • d479e5b 3.0.3
  • 8ecfea7 Merge pull request #159 from rwjblue/update-babel-6
  • 792e14c Remove ember-cli-babel dependency.
  • 8c20b23 Merge pull request #160 from ember-cli/greenkeeper/ember-cli-blueprint-test-helpers-0.17.1
  • d6ab08e chore(package): update ember-cli-blueprint-test-helpers to version 0.17.1
  • d96906c Merge pull request #155 from jeffjewiss/readme-linting
  • 6285ccd Merge pull request #157 from ember-cli/greenkeeper/testdouble-2.0.1
  • 305f8ec chore(package): update testdouble to version 2.0.1
  • 65c15de update readme: add note about linting build files
  • 1a07faa Merge pull request #156 from ember-cli/greenkeeper/ember-resolver-3.0.0
  • 4eaa075 chore(package): update ember-resolver to version 3.0.0
  • 1ab3776 Merge pull request #149 from ember-cli/greenkeeper/fs-extra-2.0.0
  • 527f250 Merge pull request #151 from ember-cli/greenkeeper/ember-cli-blueprint-test-helpers-0.15.0
  • 3fe511f chore(package): update ember-cli-blueprint-test-helpers to version 0.15.0
  • c613913 chore(package): update fs-extra to version 2.0.0

There are 17 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of loader.js is breaking the build 🚨

Version 4.3.0 of loader.js just got published.

Branch Build failing 🚨
Dependency loader.js
Current Version 4.2.3
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As loader.js is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build is in progress Details

  • ❌ bitHound - Dependencies 4 failing dependencies. Details

  • ❌ bitHound - Code 15 failing files. Details

Commits

The new version differs by 3 commits .

  • d247367 release v4.3.0 πŸŽ‰
  • 31ddcee Merge pull request #117 from ember-cli/runspired-patch-1
  • 5ae21dc Remove lib/ from published files.

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of ember-cli-htmlbars is breaking the build 🚨

Version 2.0.2 of ember-cli-htmlbars just got published.

Branch Build failing 🚨
Dependency ember-cli-htmlbars
Current Version 2.0.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As ember-cli-htmlbars is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 4 commits.

  • 5a83280 release v2.0.2 πŸŽ‰
  • ba70550 release vv2.0.2 πŸŽ‰
  • a390bc3 Merge pull request #115 from twokul/errors
  • f979e62 Re-throw compilation errors with additional information

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Broccoli builder ran into an error with PostcssCompiler plugin

Not sure what's up here. I've used this plugin in the past. You can see below a successful run of ember s and then I install this plugin, and then ember s fails.

ember-cli: 2.13.3
node: 6.9.5
os: darwin x64
sclark:whitebox-dashboard sean$ ember s
Looks like you have a different program called watchman.
Visit https://ember-cli.com/user-guide/#watchman for more info.
Livereload server on http://localhost:49153
'instrument' is imported from external module 'ember-data/-debug' but never used

Build successful (7110ms) – Serving on http://localhost:4200/



Slowest Nodes (totalTime => 5% )              | Total (avg)         
----------------------------------------------+---------------------
Babel (16)                                    | 5689ms (355 ms)     
Rollup (1)                                    | 514ms               

cleaning up...
sclark:whitebox-dashboard sean$ ember install ember-cli-postcss
Yarn: Installed ember-cli-postcss
Installed addon package.
sclark:whitebox-dashboard sean$ ember s
Looks like you have a different program called watchman.
Visit https://ember-cli.com/user-guide/#watchman for more info.
Livereload server on http://localhost:49153
'instrument' is imported from external module 'ember-data/-debug' but never used
The Broccoli Plugin: [BroccoliMergeTrees] failed with:
Error: Build Canceled: Broccoli Builder ran into an error with PostcssCompiler plugin. πŸ’₯
    at new BroccoliBuildError (/Applications/MAMP/htdocs/whitebox-dashboard/node_modules/broccoli-builder/lib/broccoli-build-error.js:40:9)
    at /Applications/MAMP/htdocs/whitebox-dashboard/node_modules/broccoli-builder/lib/builder.js:168:19
    at tryCatch (/Applications/MAMP/htdocs/whitebox-dashboard/node_modules/rsvp/dist/rsvp.js:539:12)
    at invokeCallback (/Applications/MAMP/htdocs/whitebox-dashboard/node_modules/rsvp/dist/rsvp.js:554:13)
    at publish (/Applications/MAMP/htdocs/whitebox-dashboard/node_modules/rsvp/dist/rsvp.js:522:7)
    at publishRejection (/Applications/MAMP/htdocs/whitebox-dashboard/node_modules/rsvp/dist/rsvp.js:457:3)
    at flush (/Applications/MAMP/htdocs/whitebox-dashboard/node_modules/rsvp/dist/rsvp.js:2414:5)
    at _combinedTickCallback (internal/process/next_tick.js:67:7)
    at process._tickCallback (internal/process/next_tick.js:98:9)

The broccoli plugin was instantiated at: 
    at BroccoliMergeTrees.Plugin (/Applications/MAMP/htdocs/whitebox-dashboard/node_modules/broccoli-plugin/index.js:7:31)
    at new BroccoliMergeTrees (/Applications/MAMP/htdocs/whitebox-dashboard/node_modules/ember-cli-postcss/node_modules/broccoli-merge-trees/index.js:16:10)
    at BroccoliMergeTrees (/Applications/MAMP/htdocs/whitebox-dashboard/node_modules/ember-cli-postcss/node_modules/broccoli-merge-trees/index.js:10:53)
    at PostcssPlugin.toTree (/Applications/MAMP/htdocs/whitebox-dashboard/node_modules/ember-cli-postcss/index.js:36:10)
    at /Applications/MAMP/htdocs/whitebox-dashboard/node_modules/ember-cli-preprocess-registry/preprocessors.js:180:26
    at Array.forEach (native)
    at processPlugins (/Applications/MAMP/htdocs/whitebox-dashboard/node_modules/ember-cli-preprocess-registry/preprocessors.js:178:11)
    at module.exports.preprocessCss (/Applications/MAMP/htdocs/whitebox-dashboard/node_modules/ember-cli-preprocess-registry/preprocessors.js:148:10)
    at EmberApp.styles (/Applications/MAMP/htdocs/whitebox-dashboard/node_modules/ember-cli/lib/broccoli/ember-app.js:1336:32)
    at EmberApp.toArray (/Applications/MAMP/htdocs/whitebox-dashboard/node_modules/ember-cli/lib/broccoli/ember-app.js:1675:12)

An in-range update of ember-cli is breaking the build 🚨

Version 2.12.2 of ember-cli just got published.

Branch Build failing 🚨
Dependency ember-cli
Current Version 2.12.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As ember-cli is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build is in progress [Details](https://travis-ci.org/jeffjewiss/ember-cli-postcss/builds/224666831),- ❌ **bitHound - Dependencies** 3 failing dependencies. [Details](https://www.bithound.io/github/jeffjewiss/ember-cli-postcss/096e8efb2824e7b962d10d1dc4889a9a0b8782ab/dependencies/npm#filter-failing-dep),- ❌ **bitHound - Code** 15 failing files. [Details](https://www.bithound.io/github/jeffjewiss/ember-cli-postcss/096e8efb2824e7b962d10d1dc4889a9a0b8782ab/files#filter-failing-file)

Release Notes Kema Kosassa

Setup

  1. npm uninstall -g ember-cli -- Remove old global ember-cli
  2. npm cache clean -- Clear NPM cache
  3. bower cache clean -- Clear Bower cache
  4. npm install -g [email protected] -- Install new global ember-cli

Project Update

  1. rm -rf node_modules bower_components dist tmp -- Delete temporary development folders.
  2. npm install --save-dev [email protected] -- Update project's package.json to use latest version.
  3. npm install -- Reinstall NPM dependencies.
  4. bower install -- Reinstall bower dependencies.
  5. ember init -- This runs the new project blueprint on your projects directory. Please follow the prompts, and review all changes (tip: you can see a diff by pressing d). The most common source of upgrade pain is missing changes in this step.

Changelog

The following changes are required if you are upgrading from the previous
version:

Community Contributions

Thank you to all who took the time to contribute!

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of loader.js is breaking the build 🚨

Version 4.1.0 of loader.js just got published.

Branch Build failing 🚨
Dependency loader.js
Current Version 4.0.11
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As loader.js is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details
Commits

The new version differs by 8 commits .

  • e27d91a release v4.1.0
  • 3c18ac1 add yarn.lock
  • 941966e Merge pull request #90 from ember-cli/stay-broken
  • 50ec469 Merge pull request #94 from apezel/master
  • d55aee8 Prevent loader to add default on frozen objects
  • d3dea19 never return broken modules from require
  • af9c05d collapse three state flags into one state var
  • 0149139 add failing test

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of eslint-plugin-import is breaking the build 🚨

Version 2.3.0 of eslint-plugin-import just got published.

Branch Build failing 🚨
Dependency eslint-plugin-import
Current Version 2.2.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As eslint-plugin-import is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 46 commits.

  • b79e083 Merge pull request #837 from benmosher/release-2.3.0
  • 74425a2 changelog update for 2.3.0
  • 1377f55 bump v2.3.0
  • 2efc41a fix null pointer exception (#717) (#797)
  • 0fb592e Add support to specify the package.json (#685)
  • 2cc9768 Add test for flow type export (#835)
  • bd0e5e3 Merge pull request #821 from smably/patch-1
  • 412e518 Clarify docs for glob arrays
  • 106740f chore(package): update typescript-eslint-parser to version 2.1.0 (#790)
  • 6288cf9 chore(package): update babel-register to version 6.24.1 (#796)
  • 2e9eea6 newline-after-import test syntax fails
  • c9f10e8 extensions test fixes, attempt 2
  • 861765f fix babel syntax errors in extensions tests
  • 82f796c chore(package): update cross-env to version 4.0.0 (#783)
  • 98e7048 Merge pull request #757 from gmathieu/fix-default-keyword

There are 46 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

baseURL/rootURL

After installing I am getting this error WARNING: The baseURLandrootURL settings should not be used at the same time.. Believe this has to do when ember moved to rootURL instead of baseURL in 2.7.

An in-range update of ember-cli-htmlbars is breaking the build 🚨

Version 1.3.1 of ember-cli-htmlbars just got published.

Branch Build failing 🚨
Dependency ember-cli-htmlbars
Current Version 1.3.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As ember-cli-htmlbars is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ bitHound - Code 15 failing files. Details,- ❌ bitHound - Dependencies 2 failing dependencies. Details,- ❌ continuous-integration/travis-ci/push The Travis CI build is in progress Details

Commits

The new version differs by 4 commits0.

  • b46eb48 v1.3.1
  • f0c03ec Merge pull request #109 from ember-cli/use-non-deprecated-version-checker-api
  • faf7f25 Add yarn.lock.
  • 1b27f67 Update ember-cli-version-checker use to avoid deprecated APIs.

false

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of ember-cli is breaking the build 🚨

Version 2.13.2 of ember-cli just got published.

Branch Build failing 🚨
Dependency ember-cli
Current Version 2.13.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As ember-cli is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes Spielende Pferde

Setup

  1. npm uninstall -g ember-cli -- Remove old global ember-cli
  2. npm cache clean -- Clear NPM cache
  3. npm install -g [email protected] -- Install new global ember-cli

Project Update

  1. rm -rf node_modules dist tmp -- Delete temporary development folders.
  2. npm install --save-dev [email protected] -- Update project's package.json to use latest version.
  3. npm install -- Reinstall NPM dependencies.
  4. ember init -- This runs the new project blueprint on your projects directory. Please follow the prompts, and review all changes (tip: you can see a diff by pressing d). The most common source of upgrade pain is missing changes in this step.

Changelog

The following changes are required if you are upgrading from the previous
version:

Community Contributions

Thank you to all who took the time to contribute!

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

CSS returns 404 when using ember serve

I followed the autoprefixer example in your readme but the CSS does not resolve when serving with ember serve.

ember build compiles the CSS correctly but puts the resulting file in dist/app/styles which I believe should be dist/assets.

Possibly a 2.7 thing? Or just some misconfiguration on my end. If so the examples possibly need updating.

Repo is here:
https://github.com/ashleyconnor/mapledeals_frontend

An in-range update of ember-cli-babel is breaking the build 🚨

Version 5.2.0 of ember-cli-babel just got published.

Branch Build failing 🚨
Dependency ember-cli-babel
Current Version 5.1.10
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As ember-cli-babel is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details
Commits

The new version differs by 39 commits .

  • 597f7eb 5.2.0
  • ae220d2 Merge pull request #105 from Turbo87/custom-options
  • b231816 Extract "blacklistModulesIndex" variable
  • 90a8228 Add code comment regarding the use of writeDeprecateLine()
  • 21d46fe Show custom option deprecations starting with Ember CLI v2.11.0-beta.2
  • 4c130df Print deprecation message too if both settings are used
  • df21fbb Extract _shouldCompileModules() method incl. unit tests
  • f3110af Add unit tests for shouldIncludePolyfill() function
  • d332718 Print deprecation messages for custom properties in "babel" options hash
  • d23a360 Move getAddonOptions/getBabelOptions() functions into the "class"
  • a086fa8 Read custom properties from ember-cli-babel and babel options
  • 90e3a48 Add "configKey" property
  • bbf6375 Extract "compileModules" variable
  • 32b8115 Return all "options" from getAddonOptions()
  • b9a0dc2 Merge pull request #104 from Turbo87/version-checker

There are 39 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

How do you use this with multiple plugins?

When I use a single plugin, it works fine. But when I use

postcssOptions: {
      compile : {
        plugins: [
          { module: require('autoprefixer') },
          { module: require('postcss-scss') }
        ]
      }
    }

I get this error

The Broccoli Plugin: [PostcssCompiler] failed with:
TypeError: plugin.module is not a function

What am I missing?

Thanks!

An in-range update of eslint-config-standard is breaking the build 🚨

Version 7.0.2 of eslint-config-standard just got published.

Branch Build failing 🚨
Dependency eslint-config-standard
Current Version 7.0.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As eslint-config-standard is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • βœ… bitHound - Dependencies No failing dependencies. Details

  • βœ… bitHound - Code No failing files. Details

  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 2 commits .

  • d75816c 7.0.2
  • eb9b41f Relax rule: Allow tagged template string expressions (no-unused-expressions)

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of ember-cli-htmlbars-inline-precompile is breaking the build 🚨

Version 0.4.2 of ember-cli-htmlbars-inline-precompile just got published.

Branch Build failing 🚨
Dependency ember-cli-htmlbars-inline-precompile
Current Version 0.4.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As ember-cli-htmlbars-inline-precompile is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build is in progress [Details](https://travis-ci.org/jeffjewiss/ember-cli-postcss/builds/228301692?utm_source=github_status&utm_medium=notification),- ❌ **bitHound - Dependencies** 2 failing dependencies. [Details](https://www.bithound.io/github/jeffjewiss/ember-cli-postcss/ebcf85d0d0c8b8bf9d95a1e6da0267a64c2be67c/dependencies/npm#filter-failing-dep),- ❌ **bitHound - Code** 15 failing files. [Details](https://www.bithound.io/github/jeffjewiss/ember-cli-postcss/ebcf85d0d0c8b8bf9d95a1e6da0267a64c2be67c/files#filter-failing-file)

Commits

The new version differs by 5 commits0.

  • 2191f9a 0.4.2
  • f113633 Merge pull request #77 from ember-cli/Turbo87-patch-1
  • 4c9fa71 Merge pull request #76 from MiguelMadero/mmadero/fixes-init-call
  • 18c9920 CI: Use "auto-dist-tag" for deployment
  • 9a64251 Fixes init call so this works in older verisons of ember-cli

false

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

`compile` throws error (with ember-cli-sass usage)

I'm trying to use this add-on in a project that's already using ember-cli-sass. I tried every combination of config for both this plugin and outputPaths that I could imagine, but I always get an exception for app/styles/app.css not existing in the tmp build dir. What does exist in there is exactly what I'd expect, i.e. assets/myappname.css.

If you're interested in looking at the exact code and error, you could look at branch in this PR: 67P/hyperchannel#116

Use of ember-cli-postcss in addons

Hi folks πŸ‘‹

I'm working on an addon that needs to process postcss as part of the addon's css. Ideally, I would love for the addons processed css to be a part of vendor.css and for the consuming app to not have to care about it but I would be ok with a system where you need to do something like add @import 'my-cool-plugin.css'; to /app/styles/app.css. (found in the now defunct: https://github.com/adfinis-sygroup/ember-adcssy)

Any advice on how to proceed would be very helpful

An in-range update of eslint-plugin-promise is breaking the build 🚨

Version 3.5.0 of eslint-plugin-promise just got published.

Branch Build failing 🚨
Dependency eslint-plugin-promise
Current Version 3.4.2
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As eslint-plugin-promise is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • βœ… bitHound - Code No failing files. Details

  • ❌ bitHound - Dependencies 2 failing dependencies. Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Pod structure support

When using a pod structure, css files are located in /app/components/*, outside the /app/styles directory, this works when booting ember-cli (ember serve), but doesn’t trigger the PostcssCompiler when changing component stylesheets.

Tests

See ember-cli-sass and ember-cli-less for examples of tests.

Less and other CSS processors support

It seems that out of the box ember-cli-postcss doesn't work together with ember-cli-less

Could it be documented (or fixed) how to setup ember-cli-less -> ember-cli-postcss pipeline?

For comparison, ember-cli-less -> ember-cli-autoprefixer combination works without any special configuration. You just need to install both of them separately.

Filter vendor dependencies

Having the ability to white/black list vendor dependencies when running the filter method would reduce possible errors and allow for faster processing, as mentioned in #22.

An in-range update of minimatch is breaking the build 🚨

Version 3.0.4 of minimatch just got published.

Branch Build failing 🚨
Dependency minimatch
Current Version 3.0.3
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As minimatch is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build is in progress Details,- ❌ bitHound - Dependencies 2 failing dependencies. Details,- ❌ bitHound - Code 15 failing files. Details

Commits

The new version differs by 3 commits0.

false

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Sync versions with NPM

I noticed that the versions on github and the versions on npm are not in sync (3.0.5 does not exist on github).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.