geoext / geoext2

GeoExt 2 — JavaScript Toolkit for Rich Web Mapping Applications
http://geoext.github.io/geoext2/
Other
142 stars 106 forks source link

Pre-release suffix breaks Sencha package functionality #374

Closed bentrm closed 8 years ago

bentrm commented 8 years ago

Haven't used this in a while but just noticed, that the "-dev" version suffix in package.json of upstream breaks the Sencha Cmd tool. It quits with the following:

Sencha Cmd v6.0.2.14
[INF] Processing Build Descriptor : default

[ERR] For input string: "1-dev"
[ERR] A crash log is available in the file "sencha-error-20160109.log" please contact Sencha Support and share this file with us.

Removing the suffix fixes this. Is this acceptable or should the master branch be as usable as release versions with the toolchain as well?

marcjansen commented 8 years ago

I don't want to break the build. Let's remove the 'dev'

For gx3 I've noticed this behaviour, for gx2 I forgot about that.

bentrm commented 8 years ago

Fixed with #375.