-
Notifications
You must be signed in to change notification settings - Fork 136
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
Can I use a third-party package? #114
Comments
humandate.js is probably small enough that it could fit inside Δ.js, Rabrennie would have the final say though |
As long as you check to see if it's loaded in some way I don't see why not. I'd rather you put it as a bower dependency for now because I'm only really using npm for gulp. As @toish said though it would fit in Δ.js but as I said it's really up to you. |
I added human-date to bower, can you give me an example of how to include it? |
Add something like this to bower.json
where 1.2.3 is your desired version. |
I don't think that's the best way to include packages. How I imagined it would work is I include it in npm's package.json, include it in myFunction.js and let gulp handle putting it into |
I'd love to include some date-related functions but don't want to duplicate the code as I already have them created and tested here: https://github.com/montanaflynn/human-date
Would it be ok to include my package in the package.json file?
The text was updated successfully, but these errors were encountered: