Commit Graph

27 Commits

Author SHA1 Message Date
Bryan Housel
5e21cec469 Swap ecstatic for StaticServer
(closes #6342)
2019-05-09 11:14:43 -04:00
Bryan Housel
48872c45eb Minor cleanups to some of the build scripts 2019-03-08 11:01:42 -05:00
Bryan Housel
82133d4577 Upgrade 'std/esm' to 'esm', fixing the build issues on Node 10
(closes #5028, re: a065f2f2)

'std/esm' has been replaced with just 'esm'
This fixes the build for Node 10 and we can return to using
the current version now that we've dropped support for Node 4
2018-05-11 09:41:26 -04:00
Bryan Housel
278bd9638d Add core.yaml to gazer watchlist
(closes #4556)
2017-11-22 21:31:53 -05:00
Bryan Housel
f7b7bd7d5f Change "listening on" console message from red to yellow
(Because red looks like an error)
2017-10-02 08:53:10 -04:00
Kushan Joshi
6e3795bfd8 Merge branch 'master' of github.com:openstreetmap/iD into build
# Conflicts:
#	build_data.js
#	development_server.js
#	modules/services/mapillary.js
2017-09-28 17:27:34 +05:30
Kushan Joshi
6eb509d413 promisify build steps 2017-09-28 17:10:30 +05:30
Bryan Housel
1074c4ff9a Merge branch 'master' into lodash-es 2017-09-27 14:47:31 -04:00
Bryan Housel
17d71cb1cf Use rollup-plugin-includepaths to help rollup resolve d3 on npm2
rollup-plugin-node-resolve seems unable to resolve d3 under npm2
which is installed by default with node 4.  So this plugin adds
an extra include path to help it find the d3 dependencies.

npm3 flat dependencies:  /node_modules/d3-selection
npm2 hierarchical dependencies:  /node_modules/d3/node_modules/d3-selection
2017-09-27 13:31:23 -04:00
Kushan Joshi
07ac2a372f Ignore the output files of buildData.js 2017-09-26 11:29:01 +05:30
Kushan Joshi
9b008a32a1 Separate build steps 2017-09-26 11:29:01 +05:30
Bryan Housel
2d583a9400 Comment out debugging code from #4376
use node v8
2017-09-26 11:28:59 +05:30
Kushan Joshi
24fef3cbac build css in development 2017-09-25 18:20:43 +05:30
Kushan Joshi
97bceb796b Use cache to speed up development 2017-02-08 14:22:19 +05:30
Bryan Housel
11c6868dea Watch data folder too 2016-10-26 13:28:04 -04:00
Tom MacWright
9834f66f66 Merge branch 'd3-v4' of github.com:openstreetmap/iD into d3-v4 2016-09-04 12:37:04 -04:00
Tom MacWright
71ab78a221 Turn off strict 2016-09-04 12:36:53 -04:00
Bryan Housel
76efe06c0f Rebuild time should include time spent writing the bundle and sourcemap 2016-09-04 12:04:14 -04:00
Tom MacWright
3af54610ca Refactor customEvent system to use d3.customEvent 2016-09-03 17:56:56 -04:00
Tom MacWright
202482519a Disable caching to save memory, fix event.of hack, remove console.log 2016-09-03 17:01:25 -04:00
Bryan Housel
810a1e59fb Remove more of the Makefile 2016-09-02 15:42:25 -04:00
Tom MacWright
f402e6b5e9 Fix rebuilding after error 2016-09-01 09:31:49 -04:00
Tom MacWright
da5d5083a7 Merge branch 'd3-v4' of github.com:openstreetmap/iD into d3-v4 2016-09-01 08:47:42 -04:00
Tom MacWright
525131eb46 Display errors 2016-09-01 08:47:31 -04:00
Kushan Joshi
2411556588 Watch all files inside modules 2016-08-31 23:01:34 +05:30
Tom MacWright
fc0e381769 Add sourcemap 2016-08-30 16:25:51 -04:00
Tom MacWright
28e41032e9 Unify, improve development environment 2016-08-30 16:16:36 -04:00