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

Bootstrap Project #2

Open
dareid opened this issue Mar 6, 2017 · 3 comments
Open

Bootstrap Project #2

dareid opened this issue Mar 6, 2017 · 3 comments
Assignees

Comments

@dareid
Copy link
Contributor

dareid commented Mar 6, 2017

Create an initial project structure for the outcome graph library.

  • Consider how we will distribute (npm?)
  • Support for module bundlers (is support for script tags and bower required anymore?)
  • Any build steps required for compilation? (may be moot based on the above)
@themakshter
Copy link
Collaborator

  • We will be publishing via NPM, that answers first question

@themakshter themakshter self-assigned this Apr 17, 2017
@themakshter
Copy link
Collaborator

Using browserify to convert module into UMD. This is with all the required libraries as well as without.

@themakshter
Copy link
Collaborator

Browserify and uglify has been used to bundle the module as well as minifying it. NPM scripts have been added to run these processes, as well as watcher for live changes.

Is this good to resolve @dareid ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants