Esri / storymap-shortlist

The Shortlist story map application template by Esri
http://storymaps.arcgis.com/en/app-list/shortlist/
Apache License 2.0
43 stars 61 forks source link

Build Fail (V2.7.0) #92

Closed regan-sarwas closed 6 years ago

regan-sarwas commented 6 years ago

bootstrap-slider.js is not in repo, and not installed by npm

Running npm install then grunt I get:

Running "requirejs:builder" (requirejs) task
>> Error: ENOENT: no such file or directory, open
>> '/users/me/storymap-shortlist/src/lib-app//bootstrap-slider/js/bootstrap-slider.js'
>> In module tree:
>>     storymaps/tpl/BuildConfigBuilder
>>       storymaps/tpl/core/MainView
>>         storymaps/common/ui/autoplay/Autoplay
cooney commented 6 years ago

Thanks for reporting @regan-sarwas, I just pushed up the appropriate files

regan-sarwas commented 6 years ago

That did it. Thanks.