Last 12 weeks · 0 commits
2 of 6 standards met
Update peerDependencies to support Grunt 1.0 Hello, This is an automated issue request to update the for your Grunt plugin. We ask you to merge this and publish a new release on npm to get your plugin working in Grunt 1.0! Read more here: http://gruntjs.com/blog/2016-02-11-grunt-1.0.0-rc1-released#peer-dependencies Also on Twitter: https://twitter.com/gruntjs/status/700819604155707392 If you have any questions or you no longer have time to maintain this plugin, then please let us know in this thread. Thanks for creating and working on this plugin! (P.S. Close this PR if it is a mistake, sorry)
Repository: developit/grunt-esperanto. Description: Wrapper for the esperanto module transpiler Stars: 3, Forks: 4. Primary language: JavaScript. Languages: JavaScript (100%). License: MIT. Latest release: 0.4.0 (10y ago). Open PRs: 1, open issues: 1. Last activity: 8y ago. Community health: 42%. Top contributors: developit, kpdecker, leobalter, tafsiri.
Hi, When transpiling to AMD modules, it would be helpful to be able to name each module after its file path, so that it has an id that other modules can load it by. Esperanto supports the amdName option, but setting this when running over a tree uses the same module name for all the files. I didn't see an existing way to do this so I have a PR that enables this, which I will attach shortly.