Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Build upon npm, depend on npm-deployed wisebed.js #115

Closed
danbim opened this issue Jul 28, 2014 · 1 comment
Closed

Build upon npm, depend on npm-deployed wisebed.js #115

danbim opened this issue Jul 28, 2014 · 1 comment
Assignees
Milestone

Comments

@danbim
Copy link
Member

danbim commented Jul 28, 2014

No description provided.

@danbim danbim self-assigned this Jul 28, 2014
@danbim danbim modified the milestone: 0.2.0 Sep 25, 2014
@danbim danbim changed the title Replace embedded wisebed.js with reference to npm-deployed wisebed.js Build upon npm, depend on npm-deployed wisebed.js Sep 25, 2014
danbim added a commit that referenced this issue Sep 29, 2014
…ed.js)

- added Gruntfile and package.json
- moved JS and static files to respective subdirectories
danbim added a commit that referenced this issue Sep 29, 2014
- removed src/wisebed.js as it is now a dependency on the npm module
danbim added a commit that referenced this issue Sep 30, 2014
- split individual WiseGui classes into npm modules that are locally included via require() calls
- included wisebed.js via npm repository
- set up build process via grunt that uses browserify and uglify to pipe all WiseGui classes into one js file, reducing the number of HTTP request/response cycles necessary to load WiseGui
- started to use jshint for lint-checking, removed a lot of warnings
- currently some variables are still globally defined, further refactoring should be made in the future
@danbim
Copy link
Member Author

danbim commented Oct 1, 2014

Largely done, further optimizations (no global vars #123 , no global libs #124) handled with different issues.

@danbim danbim closed this as completed Oct 1, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant