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

Is it possible to use this package without bower? #39

Open
server-may-cry opened this issue Mar 17, 2017 · 6 comments
Open

Is it possible to use this package without bower? #39

server-may-cry opened this issue Mar 17, 2017 · 6 comments

Comments

@server-may-cry
Copy link

server-may-cry commented Mar 17, 2017

with https://www.npmjs.com/package/pace-progress for example

Pace theme CSS file was not found: blue/pace-theme-minimal.css
Error: Pace theme CSS file was not found: blue/pace-theme-minimal.css
    at Class.treeFor (/app/node_modules/ember-cli-pace/index.js:80:15)
    at project.addons.map.addon (/app/node_modules/ember-cli/lib/broccoli/ember-app.js:538:22)
...
@vectart
Copy link
Owner

vectart commented Mar 17, 2017

@server-may-cry
Copy link
Author

@vectart yep.
I'am currently using that (this) package.
But it require bower

$ ember install ember-cli-pace
Yarn: Installed ember-cli-pace
installing pace
  install bower package pace

@t4t5
Copy link

t4t5 commented Mar 22, 2017

I'm looking for this as well, since the Ember ecosystem in general is moving away from Bower. :)

@jamesdixon
Copy link
Collaborator

This should be fairly easy to convert to not use bower as long as pace is available somewhere on NPM. I've just converted a bunch of bower-dependent addons to use NPM via ember-cli-node-assets

@server-may-cry
Copy link
Author

@jamesdixon can you give an example?

@jamesdixon
Copy link
Collaborator

@server-may-cry this is something that needs to be directly applied to the addon and not your application. If you'd like to make a PR, check out ember-cli-node-assets for more info.

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

No branches or pull requests

4 participants