-
Notifications
You must be signed in to change notification settings - Fork 10
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
docs(getting-started): Add CDN to getting started documentation #192
Conversation
Codecov Report
@@ Coverage Diff @@
## master #192 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 20 20
Lines 379 379
=====================================
Hits 379 379 Continue to review full report at Codecov.
|
docs/getting-started.md
Outdated
<script scr="https://unpkg.com/garden@0.34.0/dist/js/garden.min.js"></script> | ||
``` | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uma quebra de linha a mais aqui, não?
adbe8e3
to
fb155fb
Compare
Acho que vale a pena atualizar o README.md também para adicionar essa opção lá |
docs/getting-started.md
Outdated
@@ -41,5 +61,4 @@ import file from 'node_modules/garden/src/js/file.js'; | |||
|
|||
JavaScript components rely on jQuery to work, most of the time. Please note `garden.min.js` *does not* comes with jQuery. You have to add your own version of it. | |||
|
|||
|
|||
##### Checkout the **<a href="https://github.com/leroy-merlin-br/garden" target="_blank" title="Garden Readme">README</a>** of the project in order how to build the project locally. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems there is a word missing in this line. Maybe the sentence should be: Checkout the ... of the project to know how to build the project locally.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh thanks for that, I didn't see it.
Will you adjust the minified file within |
README.md
Outdated
JavaScript | ||
|
||
``` | ||
<script scr="https://unpkg.com/garden@0.34.0/dist/js/garden.min.js"></script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Não precisa especificar a versão. Passa @latest
ou subtrai que ele pega a ultima
https://unpkg.com/garden/dist/css/garden.min.css
https://unpkg.com/garden/dist/js/garden.min.js
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just knew about the @latest, that option without the version sounds much better
@willamesoares we are having other problems with the minified file, and I'm talking to @leandrogrillo about this. |
a65f98d
to
7ef00ba
Compare
7ef00ba
to
fbff557
Compare
fbff557
to
08bb0ba
Compare
Add about CDN at getting started documentation.