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

Experimental test of gremlins.js #53

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

Conversation

petteraas
Copy link
Contributor

Needs a lot more work before it perhaps ( not sure if it should ever yet ) can be merged in, consider it an idea for now.

Go and read https://github.com/marmelab/gremlins.js for more information about the library.

I couldn't right now find a way of doing optional dependencies in bower so it'll have to stay as a PR until I figure that out (if it's even possible) as I think having a bunch of gremlins interacting with live data is a somewhat bad idea :), but as a development+testing tool it will probably come quite handy. Another thing is that we might want to write a angular wrapper ( I guess service ) around it.

@plumpNation
Copy link
Contributor

Optional dependencies? --save-dev does the same thing as with npm, if that's what you mean...

@petteraas
Copy link
Contributor Author

Yes, but npm has a separate flag --save-optional, and then you can run npm install --no-optional if you do not want to not install them during deployment (let's say you want to run with them on a deployed staging env, but not in prod), so I'm not talking about devDependencies.

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