Skip to content

Commit

Permalink
Remove packages/material_design_icons
Browse files Browse the repository at this point in the history
We no longer use a pub package to distribute these icons.
  • Loading branch information
abarth committed Mar 3, 2016
1 parent ad37a61 commit ececda8
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 509 deletions.
4 changes: 0 additions & 4 deletions sky/build/PackagerInvoke
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ PackageProject() {
local package_root=${project_path}/packages
AssertExists $package_root

local icons_path=${project_path}/packages/material_design_icons/icons
AssertExists $icons_path

# Remove old build artifacts
RunCommand rm -f ${derived_dir}/app.flx

Expand All @@ -63,7 +60,6 @@ PackageProject() {
RunCommand pushd ${project_path}

RunCommand ${FLUTTER_ROOT}/bin/flutter build \
--asset-base ${icons_path} \
--target ${dart_main} \
--output-file ${derived_dir}/app.flx \
--package-root ${package_root} \
Expand Down
3 changes: 0 additions & 3 deletions sky/packages/material_design_icons/.gitignore

This file was deleted.

393 changes: 0 additions & 393 deletions sky/packages/material_design_icons/LICENSE

This file was deleted.

29 changes: 0 additions & 29 deletions sky/packages/material_design_icons/README.md

This file was deleted.

1 change: 0 additions & 1 deletion sky/packages/material_design_icons/lib/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion sky/packages/material_design_icons/lib/.version.sha1

This file was deleted.

5 changes: 0 additions & 5 deletions sky/packages/material_design_icons/pubspec.yaml

This file was deleted.

73 changes: 0 additions & 73 deletions sky/tools/download_material_design_icons

This file was deleted.

0 comments on commit ececda8

Please sign in to comment.