Esri / storymap-crowdsource

DEPRECATED: The Story Map Crowdsource℠ app enables you to publish and manage a crowdsourced story to which anyone can contribute photos with captions. https://storymaps.arcgis.com/en/app-list/crowdsource/
https://www.esri.com/arcgis-blog/products/story-maps/announcements/story-map-crowdsource-mature-support/
Apache License 2.0
21 stars 40 forks source link

sass:dev was not defined as a grunt task, instead we use sass grunt task #13

Closed aicelm closed 6 years ago

aicelm commented 6 years ago

This project doesn't run out of the box on windows boxes.

If you want to test it on a windows machine , first of all you have to have installed some pre-requirements:

npm install -g livereload

Hope it helps! :-)

ssylvia commented 6 years ago

Thanks for contributing. The previous version did require ruby to compile sass which was not documented.

I have updated the dependency to use libsass to compile the sass files with node only. I've also updated the documentation with the compatible versions of Node. I tested with a clean install of git and node on a windows machine and it now works out of the box.