freezedev / grunt-amd-tamer

Tames AMD modules, like making anonymous modules named.
The Unlicense
3 stars 3 forks source link

Fix make module name for complex file name (e.x. file.json.js) #18

Closed artemkaint closed 9 years ago

artemkaint commented 9 years ago

Task creates wrong module name for file 'module1/widgets/file.json.js' ('module1/widgets/file' instead of module1/widgets/file.json)

frostney commented 9 years ago

Thanks, I'll add a unit test for it and publish a patch release once I get home.