tildeio/route-recognizer

.map missing in 0.2.5

Closed this issue · 5 comments

After installing ember-cli-prenteder on its latests version that fetches route-recognizer 0.2.5, the project won't compile saying route-recognizer.js.map was missing, as it is used here.

└─┬ ember-cli-pretender@0.7.0
  └─┬ pretender@1.2.0
    └── route-recognizer@0.2.5

js.map was removed on this commit: c57cc32

Switched to broccoli-rollup working on a separate issue but it's not outputting the map. I could put an empty file there for now

I released 0.2.6 would should provides a dummy map file so the build will work.

Please let me know if this is fixed by 0.2.6

screenshot

Tested against 0.2.6, and seems to be working. Closing...

Thx!