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

Rollup and class #14

Merged
merged 5 commits into from Aug 19, 2016
Merged

Rollup and class #14

merged 5 commits into from Aug 19, 2016

Conversation

tyleralves
Copy link
Contributor

I think that should do it. Let me know if I missed something.

FYI: Removing babelify seems to have broken the 'npm start' command on Windows cmd. Cmd treats watch 'npm run build' as watch 'npm, watch run and watch build'. Using \"npm run build\" works for that problem, but then Cmd never leaves watch and http-serve never executes.
I'm probably the only one using Windows anyway, and I'm looking into a different shell. Cmd is a mess.

Changed class name
Updated karma config file path
Added http-server to devDependencies and add start script
@jgravois
Copy link
Contributor

you're definitely not the only one running windows.

Esri/esri-leaflet-geocoder#131

@@ -3,8 +3,8 @@
"version": "v2.0.0-beta.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets get rid of the bower.json version (see: Esri/esri-leaflet#829 for more info)

"leaflet": "^1.0.0-beta.1",
"esri-leaflet": "^2.0.0-beta.4",
"esri-leaflet": "^2.0.0",
"leaflet": "^1.0.0-rc.3",
"leaflet.heat": "^0.1.3"
Copy link
Contributor

@jgravois jgravois Aug 18, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you bump leaflet.heat to "^0.2.0" please?
i just noticed some erratic shifting of the heatmap on pan/zoom with 0.1.3.

@jgravois
Copy link
Contributor

made a couple more comments, but everything else looks great. thanks so much for the help with this!

@jgravois
Copy link
Contributor

the command below works in Git Bash on Windows...

"start": "watch \"npm run build\" src | http-server -p 6789 -c-1 -o",

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

Successfully merging this pull request may close these issues.

None yet

2 participants