-
Notifications
You must be signed in to change notification settings - Fork 19
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
StripMQ to separate package #17
Comments
Yeah, I think this makes sense; I've already had to do this in a project where I'm using it from Broccoli. |
I needed a stand alone command line version so I quickly made https://github.com/jkenlooper/stripmq which my fork of grunt-stripmq depends on. https://github.com/jkenlooper/grunt-stripmq Haven't published, yet. Not too experienced with npm and such. #18 |
Published the stripmq package to npm. Hopefully I didn't mess anything up. I set it to the same 0.0.5 version that grunt-stripmq is using. |
@jkenlooper I'll try it out to replace this module: https://github.com/yui/pure-site/blob/master/lib/stripmq.js where I also needed a standalone StripMQ. |
@jkenlooper After I made the changes here: jkenlooper/stripmq#3 the integration with Pure's website worked great! See: pure-css/pure-site#278 |
Maybe move the tasks/lib/stripmq file to a separate npm package so it can be used for grunt/gulp/broccoli etc.
The text was updated successfully, but these errors were encountered: