-
Notifications
You must be signed in to change notification settings - Fork 7
Grunt file to publish to Atmosphere #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Maybe have grunt create bower/jspm/jam/browserify/npm configs from a single meteor package.js? eg.: /lib # the source code
/dist # the generated distribution files
/meteor/package.js # The meteor config
/bower.json # The generated config for bower
/components.json # The generated config for components
/package.json # The generated config for npm/browserify/jam/jspm etc.
/README.md # The Meteor compliant readme I think that it would help library writers support all package systems and make cleaner packges for Meteor. It could be via grunt or a custom tool. EDIT: Would be nice to skip the requirejs/global exports etc. in the Meteor version of the package/library |
gulpfile.js could be useful too for repos using gulp instead of grunt =) |
Would it be possible to create the package.js from package.json/bower.json if they are available, inside the tasks? |
Yes, i may create a node package with this, Can be used more places https://github.com/raix/Meteor-include/issues/2 |
@splendido thanks for the inspiration! I've posted a Gruntfile diff in the OP. We have a minor problem now: MeteorPackaging/grunt-gulp-meteor#1 |
Would be nice I think if the complete work flow is rigged for them - eg. help them create the user account/login/bump making it really easy for them - it could event generate the package in |
@dandv maybe publish grunt/gulp integrations at something like MeteorCommunity/grunt-publish etc.? |
@raix - done, I'll let you update this issue. |
Grunt patch has its own repo - https://github.com/MeteorCommunity/grunt-meteor
The text was updated successfully, but these errors were encountered: