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

Needs a package.json #5

Closed
6 tasks done
lvivier opened this issue Jun 22, 2015 · 3 comments
Closed
6 tasks done

Needs a package.json #5

lvivier opened this issue Jun 22, 2015 · 3 comments

Comments

@lvivier
Copy link
Owner

lvivier commented Jun 22, 2015

This package should work with browserify now that component is EOL.

Component automatically packages CSS into a separate bundle; in Browserify modules CSS is handled with transforms and added to the DOM at run time.

Intro to Browserify: substack/browserify-handbook

  • Create a package.json with info from component.json
  • Use browserify-css (devDependency) to handle CSS
  • Add configuration to package.json so browserify will use the transform automatically
  • Confirm example works (you'll have to remove the build.css line)
  • Update readme
  • After PR is in, ping @lvivier to tag a release
@lvivier lvivier self-assigned this Jun 22, 2015
@kc-dot-io
Copy link
Contributor

@lvivier is there anything else that needs to be done here other then add the package.json? What was the catalyst for this OOC? A little more info please and then I can assign it to @CalvinScott to pick up after he helps Colin with import mapping.

@lvivier
Copy link
Owner Author

lvivier commented Jul 10, 2015

@slajax just want to move off component 100%, if @CalvinScott wants to take this on I'll add a description of how to achieve this w/straight browserify

@lvivier lvivier removed their assignment Jul 10, 2015
@CalvinScott
Copy link

I'll start looking into it right now

@lvivier lvivier closed this as completed Jul 10, 2015
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

3 participants