Skip to content

Commit

Permalink
Package cleanup.
Browse files Browse the repository at this point in the history
- Remove unused ``*._develop.js`` bundles.
- Remove unused bundles ``toolbar`` and ``tiles``.
- Remove unused bower dependencies ``domready``, ``respond`` and ``html5shiv``.
- Move all NixOS plattform specific ``*.nix`` config files to a ``.nix`` subdirectory.
  • Loading branch information
thet committed Oct 21, 2014
1 parent f8d2fd7 commit bc9a81d
Show file tree
Hide file tree
Showing 14 changed files with 6 additions and 1,086 deletions.
15 changes: 0 additions & 15 deletions bower.nix → .nix/bower.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
target = "0.1.1";
outputHash = "1ql54f9mwzn0kmgy01bsdfgx04hs3a6vzk9yjzckfaikigad5czv";
}
{ name = "domready";
version = "1.0.4";
target = "1.0.4";
outputHash = "1d3h4vyp9lswbz9603mrci54gmj89vgd9rfffrb9r4n439vwcwif";
}
{ name = "jquery.cookie";
version = "1.4.0";
target = "1.4.0";
Expand All @@ -29,11 +24,6 @@
target = "3.46.0";
outputHash = "11bnyx8ig3bc4vwskd99zxzbnzayh18vdkaklmjiwkg8jbcxix40";
}
{ name = "respond";
version = "1.4.2";
target = "1.4.2";
outputHash = "0nhrsy1iyrqvrb7pxpw8d3dqhzd0wgbbscf3wzixx3xbi6v4j6fk";
}
{ name = "sinonjs";
version = "1.9.0";
target = "1.9.0";
Expand Down Expand Up @@ -109,11 +99,6 @@
target = "1.1.2";
outputHash = "1h5yy2lbwd8ik6cyi234hv4i0cy1dijlh6s65kqi0asq1qzi18bs";
}
{ name = "html5shiv";
version = "3.7.0";
target = "3.7.0";
outputHash = "14cig7a7bjnbyvnk4rpf6l74j33rp1jaacigasgkgg6rzay7lcgs";
}
{ name = "underscore";
version = "1.6.0";
target = ">=1.5.0";
Expand Down
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Changelog
v1.8.0 (unreleased)
-------------------

- Cleanup: Remove unused ``*._develop.js`` bundles. Remove unused bundles
``toolbar`` and ``tiles``. Remove unused bower dependencies ``domready``,
``respond`` and ``html5shiv``. Move all NixOS plattform specific ``*.nix``
config files to a ``.nix`` subdirectory.
[thet]

- Remove licensing and author information from source files. Fixes #421 Fixes
#422.
[thet]
Expand Down
3 changes: 0 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
"backbone.paginator": "0.8.1",
"bootstrap": "3.2.0",
"console-polyfill": "0.1.1",
"domready": "1.0.6",
"dropzone": "3.10.2",
"es5-shim": "4.0.1",
"html5shiv": "3.7.2",
"jqtree": "0.21.0",
"jquery": "1.11.1",
"jquery-form": "3.46.0",
Expand All @@ -20,7 +18,6 @@
"moment": "2.8.1",
"pickadate": "3.4.0",
"requirejs-text": "2.0.12",
"respond": "1.4.2",
"select2": "3.5.1",
"tinymce": "4.1.6"
},
Expand Down
68 changes: 0 additions & 68 deletions js/bundles/filemanager_develop.js

This file was deleted.

71 changes: 0 additions & 71 deletions js/bundles/plone_develop.js

This file was deleted.

69 changes: 0 additions & 69 deletions js/bundles/resourceregistry_develop.js

This file was deleted.

68 changes: 0 additions & 68 deletions js/bundles/structure_develop.js

This file was deleted.

8 changes: 0 additions & 8 deletions js/bundles/tiles.js

This file was deleted.

Loading

1 comment on commit bc9a81d

@mister-roboto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TESTS PASSED
Mr.Roboto url : http://jenkins.plone.org/roboto/get_info?push=eb31686e292a40388fb019d20ca4bc55
plone-5.0-python-2.7 [SUCCESS]

Please sign in to comment.