splashblot / dronedb

Location Intelligence & Data Visualization tool
http://carto.com
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

fix: grunt doesn't seem to listen to js templating system changes #43

Closed apercas closed 7 years ago

apercas commented 7 years ago

Context

After editing lib/assets/javascripts/cartodb/dashboard/views/datasets_item.jst.ejs I didn't see Grunt to recreate the files it should.

Steps to Reproduce

Edit any jst.ejs templating file

Current Result

Grunt doesn't update te assets.

Expected result

New and updated assets with the changes on them.

Workaround because we can live with it for a tiny while

Update package.json and manually re-run everything after deleting previous assets, restart the rails server and rezar dos avemarías.

apercas commented 7 years ago

Will try this after tackle down the already known bugs: https://github.com/shama/grunt-ejs

apercas commented 7 years ago

Closing, doesn't seem to happen now that Webpack is on charge.