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

Side by Side Diff: pubspec.yaml

Issue 12474002: Support for parsing all CSS and producing one CSS file (Closed) Base URL: https://github.com/dart-lang/web-ui.git@master
Patch Set: bumped version Created 7 years, 9 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 unified diff | Download patch
« no previous file with comments | « lib/src/options.dart ('k') | test/data/expected/css_main_test.html.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: web_ui 1 name: web_ui
2 author: "Web UI Authors <web-ui-dev@dartlang.org>" 2 author: "Web UI Authors <web-ui-dev@dartlang.org>"
3 homepage: https://github.com/dart-lang/web-ui 3 homepage: https://github.com/dart-lang/web-ui
4 description: An easy way to build web apps in Dart. 4 description: An easy way to build web apps in Dart.
5 version: 0.4.1+6 5 version: 0.4.1+7
Siggi Cherem (dart-lang) 2013/03/11 22:21:54 I'm inclined to keep the old version here. I don't
6 dependencies: 6 dependencies:
7 args: ">=0.3.5+1" 7 args: ">=0.3.5+1"
8 analyzer_experimental: ">=0.3.7+6" 8 analyzer_experimental: ">=0.3.7+6"
9 browser: ">=0.3.5+1" 9 browser: ">=0.3.5+1"
10 # Pin html5lib so we don't get unexpected API breaks. 10 # Pin html5lib so we don't get unexpected API breaks.
11 html5lib: ">=0.4.0 <0.4.1" 11 html5lib: ">=0.4.0 <0.4.1"
12 csslib: ">=0.4.0 <0.4.1" 12 csslib: ">=0.4.0 <0.4.1"
13 logging: ">=0.3.5+1" 13 logging: ">=0.3.5+1"
14 unittest: ">=0.3.5+1" 14 unittest: ">=0.3.5+1"
15 source_maps: ">=0.4.0 <0.4.1" 15 source_maps: ">=0.4.0 <0.4.1"
16 # The following are dev dependencies only, they are not needed by users 16 # The following are dev dependencies only, they are not needed by users
17 # of the web_ui package. 17 # of the web_ui package.
18 js: any 18 js: any
19 benchmark_harness: ">=1.0.2 <1.0.3" 19 benchmark_harness: ">=1.0.2 <1.0.3"
20 environment: 20 environment:
21 sdk: ">=0.4.1+0.r19425" 21 sdk: ">=0.4.1+0.r19425"
OLDNEW
« no previous file with comments | « lib/src/options.dart ('k') | test/data/expected/css_main_test.html.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698