lasso-js / lasso

Advanced JavaScript module bundler, asset pipeline and optimizer
582 stars 75 forks source link

Replace "raptor" reference #112

Open veggiemonk opened 8 years ago

veggiemonk commented 8 years ago

Hi @patrick-steele-idem,

After our discussion on gitter, just wanted to let you know about various places where I encounter a reference to the "raptor" project (because it is defunct).

https://github.com/lasso-js/lasso#command-line-interface https://github.com/lasso-js/lasso#asynchronouslazy-loading https://github.com/lasso-js/lasso#discuss

maxmilton commented 6 years ago

There's quite a bit of references to legacy names and even many broken links thoughout the projects. Would be cool if that could all be consolidated.

With the organisation functionality on npmjs.com is might even make sence to move all the projects into org groupings, e.g. @lasso/core, @lasso/plugin-sass, @marko/core, @marko/taglib. Other major project have started to make the switch, notably babel.

May also be a good time to think about a logical naming convention, e.g. all plugins should be @lasso/plugin-<name> (@lasso/plugin-gulp) or any transform plugins as @lasso/transform-<name> (@lasso/transform-sass). Not sure how I feel about such a verbose name but it does make it so much easier to quickly visually grep and understand what a package might do.