chore(): remove all angular2_material code.
This commit is contained in:
@@ -26,7 +26,6 @@ git clone https://github.com/dart-lang/dev_compiler.git tmp/dev_compiler
|
||||
|
||||
# Convert TypeScript to Dart
|
||||
./node_modules/.bin/gulp build/packages.dart
|
||||
./node_modules/.bin/gulp build.dart.material.css
|
||||
./node_modules/.bin/gulp build/pubspec.dart
|
||||
node ./scripts/ci/dart_ddc/pubspec_for_ddc.js \
|
||||
--pubspec-file=dist/dart/playground/pubspec.yaml
|
||||
@@ -45,14 +44,6 @@ $DART_SDK/bin/dart $DDC_DIR/bin/dartdevc.dart \
|
||||
src/hash_routing/index.dart \
|
||||
src/hello_world/index.dart \
|
||||
src/key_events/index.dart \
|
||||
src/material/button/index.dart \
|
||||
src/material/checkbox/index.dart \
|
||||
src/material/dialog/index.dart \
|
||||
src/material/grid_list/index.dart \
|
||||
src/material/input/index.dart \
|
||||
src/material/progress-linear/index.dart \
|
||||
src/material/radio/index.dart \
|
||||
src/material/switcher/index.dart \
|
||||
src/model_driven_forms/index.dart \
|
||||
src/observable_models/index.dart \
|
||||
src/order_management/index.dart \
|
||||
|
||||
@@ -25,8 +25,6 @@ function killServer () {
|
||||
# serverPid=$!
|
||||
#fi
|
||||
|
||||
./node_modules/.bin/gulp build.css.material&
|
||||
|
||||
trap killServer EXIT
|
||||
|
||||
# wait for server to come up!
|
||||
|
||||
@@ -15,8 +15,6 @@ function killServer () {
|
||||
./node_modules/.bin/gulp serve.js.prod&
|
||||
serverPid=$!
|
||||
|
||||
./node_modules/.bin/gulp build.css.material&
|
||||
|
||||
trap killServer EXIT
|
||||
|
||||
# wait for server to come up!
|
||||
|
||||
@@ -17,7 +17,6 @@ gulp clean
|
||||
gulp build/packages.dart
|
||||
gulp build/pubspec.dart
|
||||
gulp build/analyze.dart
|
||||
gulp build.dart.material
|
||||
|
||||
PKG_DIR=$ROOT_DIR/dist/pub
|
||||
rm -fr $PKG_DIR
|
||||
@@ -36,5 +35,4 @@ function publishModule {
|
||||
publishModule angular2
|
||||
publishModule benchpress
|
||||
publishModule benchmarks
|
||||
publishModule angular2_material
|
||||
publishModule angular2_testing
|
||||
|
||||
Reference in New Issue
Block a user