Commit Graph

30 Commits

Author SHA1 Message Date
Bryan Housel 9517635d4d Merge branch 'master' into notes 2018-06-29 21:54:24 -04:00
Bryan Housel 9bb30221dd Remove duplicate entry from .gitignore 2018-06-26 21:18:17 -04:00
Bryan Housel 3943364852 Merge pull request #5106 from openstreetmap/remove_test_user_mocks
removed: user mocks from image service test specs
2018-06-26 21:11:23 -04:00
Thomas Hervey db1c896ef2 removed: user mocks from image service test specs 2018-06-22 14:00:52 -04:00
Bryan Housel 5f1c79c91d pacify linter, gitignore vscode settings 2018-06-22 01:20:15 -04:00
Thomas Hervey 47ef49d99b added: .vscode to .gitignore 2018-06-21 10:20:09 -04:00
Wojciech Dzikowski 1c831b2b7f Lodash dependencies removed from build scripts
1. @std/esm added to handle ES6 imports in older node version
2. Swapped lodash dependencies for lodash-es in build scripts
2017-10-17 16:58:08 +02:00
Bryan Housel 885517989e Create .tx/tmp/ temp translation download location
(not actually used, as talking direct to API seems faster)
2017-06-15 14:42:24 -04:00
Bryan Housel 5710bcc481 Include node 8 in the build matrix, gitignore package-lock.json 2017-06-11 01:25:11 -04:00
Bryan Housel 9a62015b37 Better folder specification for gitignore, npmignore 2017-02-23 09:25:08 -05:00
Petar Petrov 5e653b2a09 fixed gitignore
Line 14 (img) caused the entire /dist/img directory to be ignored even though it is already in git, so new images were ignored. Prefixing it with / prevents this very general rule from applying to the subdirs. The same logic applies to the other rules for top level dirs.
2017-02-23 10:20:45 +02:00
Bryan Housel 2453c5c8b7 Eliminate symlinks in repository - shelljs/shx can make them
(closes #3545)
2016-11-30 17:06:33 -05:00
Bryan Housel f287c79c90 Include mapillary-js in dist 2016-10-28 10:54:31 -04:00
Bryan Housel 7d0b82bcd4 npmignore .travis.yml 2016-10-25 23:56:36 -04:00
Bryan Housel 9fa9330f7b gitignore sourcemap, add dependencies for gazer and ecstatic 2016-08-30 16:44:16 -04:00
Tom MacWright b97652c759 Cleanup: removing unnecessary independent libs (#3342) 2016-08-11 14:55:33 -04:00
Kushan Joshi 3ec8c50137 git ingore js/lib/id/*.js 2016-07-06 12:23:26 +05:30
Bryan Housel 84c98dacb7 Restore generated files in git and 4 space json
https://github.com/openstreetmap/iD/commit/90cd412bbe0bf0cfbe0631a8073a5c8d415093f3#commitcomment-15780969
2016-02-01 12:27:29 -05:00
Bryan Housel 90cd412bbe Don't check in as many data/ generated files, less agressive minification
(partial revert of c2833ba to help prevent merge conflicts)
2016-01-29 23:28:37 -05:00
Bryan Housel 3f8e99658c No need to check in generated dist/img/*.svg 2015-11-05 12:20:15 -05:00
Bryan Housel d2cd3a2f38 Ignore npm-debug.log 2015-10-30 14:00:57 -04:00
John Firebaugh dd0e08b244 Write presets and imagery to standalone files 2014-10-23 15:52:29 -07:00
Bryan Housel d973580203 Add to .gitignore: .DS_Store, node_modules 2014-05-22 13:44:45 -04:00
John Firebaugh aedd5ee46e Create a dist directory
This directory will contain the built sources (iD.js, iD.css)
and images. On a release branch, we will check in the generated
files. For the osm.us/master deploy, it should run make and use
dist/ as the root.

Paths in css are relative, e.g. url(img/foo.png).
2013-04-22 10:50:36 -07:00
John Firebaugh 24c0115190 Generate a concatenated iD.css file 2013-04-16 14:14:55 -07:00
John Firebaugh b840b7e118 Update translations 2013-03-14 17:58:32 -07:00
John Firebaugh b2627dcac2 Switch back to dev index.html, add a make install target 2013-03-11 11:24:57 -07:00
Tom MacWright e0ba011752 Remove gitignore entries that should not be here. 2013-03-06 11:36:27 -05:00
Ansis Brammanis 513eeac280 add node_modules to gitignore 2013-03-01 15:39:41 -05:00
booo 46fa66bf83 Add build results to .gitignore file as well as tempory vim files. 2012-11-17 13:35:29 +01:00