Skip to content
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

Build cleanup #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

chuckcarpenter
Copy link

I've added a few of my module preferences, take it or leave it I suppose. The module itself works well. I added some packages I like and varied the dev/build tasks some based on that and the output test HTML. Finally, I removed the build files, that's what Grunt does. Albeit, maybe that's a bad idea if you eventually make this a bower package.


coffee:
# load all grunt tasks and not need to declare them at the end
require('matchdep').filterDev('grunt-*').forEach grunt.loadNpmTasks
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, this is awesome rad!

@uniqname
Copy link
Owner

uniqname commented Dec 6, 2013

I was planning on making this a package, so I'll probably keep the build files. Other than that, this is terrific! Do you see a particular use case for the library?

@chuckcarpenter
Copy link
Author

Not a specific one, but feels a lot like BB trigger and I can see potential there when not using that kind of total FE framework.

@uniqname
Copy link
Owner

uniqname commented Dec 6, 2013

That's what sort of the inspiration for it. I'm also working on a DOM manipulation library that would play nicely with it.

@chuckcarpenter
Copy link
Author

So more like building blocks taking pieces for when you don't want a whole framework. Why not. Would be good as deps for other modules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants