Codeinwp / Nivo-Slider-jQuery

Nivo Slider - The Most Awesome jQuery Image Slider
http://docs.themeisle.com/article/485-getting-started-with-the-nivo-slider-jquery-plugin
MIT License
1.25k stars 605 forks source link

packaging issues for 2.7 and 2.7.1 #270

Open jgraham909 opened 12 years ago

jgraham909 commented 12 years ago

A couple issues for the new packages (2.7 and 2.7.1)

The packages have the following directory structure;

nivo-slider/nivo-slider/ nivo-slider/__MACOSX/

  1. __MACOSX is an extraneous directory and should not be included
  2. nivo-slider ends up being nested a level too deep

This causes issues for automated packaging/build scripts as the directory structure was non-nested in previous builds (eg. 2.6)

Any chance to get the new builds packaged without the extra directories?

jgraham909 commented 12 years ago

This can be addressed by tagging. github will automatically package tagged refs for you.

 git checkout d2aaf857d50fa8ee89f4227e82c3c773bc4cda15
 git tag 2.7.1
 git push origin 2.7.1