-
Notifications
You must be signed in to change notification settings - Fork 9
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
Global and local installation of JavaScript infrastructure #6
Comments
You never install amber cli locally. The only use case is What you install locally is amber, either for browser project (via bower) or for server-side project (via npm). Grunt is complicated, but suffices to say it should not be needed at all for the moment for users of amber (only contributors to Amber itself need it). Herby Hannes Hirzel wrote:
|
Fine, what about the following draft for an explanation? To work with amber you need in any case
If you want to do an amber client side web application you need
(local installation in your project directory) In case you want to contribute to the Amber development you need in addition |
Hannes Hirzel wrote:
s/version /tool / or s/version //
Just one bower
I don't know if getting started is the right link (or if give there a link at all). npm install -g grunt-cli
Same here. The rest is done by 'npm install' in the am Herby |
New draft To work with amber you need in any case
If you want to do an amber client side web application which most people do you need create a local project directory and do
This does a local installation in your project directory In case you want to contribute to the Amber development you need in addition
|
I did not understand your comment Same here. The rest is done by `npm install in the amber git clone (which you need to run anyway). Note: |
Hannes Hirzel wrote:
|
Hannes Hirzel wrote:
That's for contributing. If you clone the repo, you need to run So no need to care about what needs to be installed locally. Herby |
To summarize: The lines of explanation are considerably different for
|
What of this is still an issue? |
Yes, let's work on the instructions for 0.13. It seems that after installing nodejs and npm we only have to do
in 0.13 requirejs is needed to get the r.js optimizere |
Second, as IOW you need amber-cli only to create, grunt-cli to use the tooling further.and bower (and npm, but that you already have) to play with dependencies . Nothing else should be needed. |
Explain the difference between global and local installation of amber cli (npm), amber front-end (bower) and grunt and the cases why you would want to do it one way or the other.
The text was updated successfully, but these errors were encountered: