worldbank-cdrp / historic-risk-explorer

A historic disaster risk explorer
Other
1 stars 1 forks source link

Remove collecticons #78

Closed danielfdsilva closed 6 years ago

mileswwatkins commented 6 years ago

Looks like there're still Collecticons references related to the build, in your PR, that break yarn serveing, albeit yarn build does work now:

yarn run v1.3.2
$ DS_ENV=development gulp collecticons && gulp serve
[14:19:34] Using gulpfile ~/devseed/risk/historic-risk-explorer/gulpfile.js
[14:19:34] Task 'collecticons' is not in your gulpfile
[14:19:34] Please check the documentation for proper gulpfile formatting
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Persistent across a rm -rf node_modules && yarn

mileswwatkins commented 6 years ago

Ah, it still existed in package.json. Removing, updating this PR, and merging.