Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1410)

Unified Diff: src/site/docs/pub-package-manager/index.markdown

Issue 10700168: massive CL is massive (Closed) Base URL: https://code.google.com/p/dartlang-site/@master
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/site/docs/library-tour/index.markdown ('k') | src/site/docs/sdk/index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/docs/pub-package-manager/index.markdown
diff --git a/src/site/docs/pub-package-manager/index.markdown b/src/site/docs/pub-package-manager/index.markdown
index b3fd2536ce0d211adb901a17038715f2126a659a..ad03467b1737043949f13db4bbfb4862dcfea594 100644
--- a/src/site/docs/pub-package-manager/index.markdown
+++ b/src/site/docs/pub-package-manager/index.markdown
@@ -7,9 +7,12 @@ your web and command-line Dart apps."
# {{ page.title }}
-<aside class="note">
- <b>Note:</b> pub is under active development, so expect
- some changes to the functionality of the tool and these docs.
+<aside>
+ <div class="alert alert-info">
+ <strong>Note:</strong>
+ Pub is under active development, so expect
+ some changes to the functionality of the tool and these docs.
+ </div>
</aside>
This page tells you how to use the _pub_ tool (`bin/pub`)
@@ -62,11 +65,14 @@ the pub tool will also download and install the `sweet` package.
## Using libraries from the SDK
-<aside class="note">
-<b>Note:</b> The functionality described in this section is temporary.
-It's possible that some libraries
-that currently ship in the SDK will be pulled out of the SDK and installable
-directly from pub.
+<aside>
+ <div class="alert alert-info">
+ <strong>Note:</strong>
+ The functionality described in this section is temporary.
+ It's possible that some libraries
+ that currently ship in the SDK will be pulled out of the SDK and installable
+ directly from pub.
+ </div>
</aside>
Not all libraries that ship with the SDK are available in the `dart:`
@@ -103,9 +109,12 @@ for you next to the pubspec.yaml file.
To help the Dart Editor understand how to find packages, go to Preferences
and point the "Package directory" to `/path/to/your/app/packages`.
-<aside class="note">
- <b>Note:</b> In the future, you'll be able to configure the packages
- mapping per project, instead of globally.
+<aside>
+ <div class="alert alert-info">
+ <strong>Note:</strong>
+ In the future, you'll be able to configure the packages
+ mapping per project, instead of globally.
+ </div>
</aside>
### Mapping packages for the Dart VM
« no previous file with comments | « src/site/docs/library-tour/index.markdown ('k') | src/site/docs/sdk/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698