andismith / grunt-responsive-images

Produce images at different sizes for responsive websites.
http://www.andismith.com/grunt-responsive-images/
MIT License
719 stars 96 forks source link

Updates #12

Closed qcgm1978 closed 10 years ago

qcgm1978 commented 10 years ago

grunt.loadNpmTasks('grunt-gh-pages'); grunt.loadNpmTasks('grunt-contrib-clean');

tasks added

andismith commented 10 years ago

Hi qcgm1978.

Thanks for your pull request, but unfortunately I'm not going to be able to merge this into the base git repo project.

There's too many deletions and changes within this pull request, most of which don't seem to make sense within the context of the project. Also, the gh-pages you've added seems to point to a different repo too.

Please feel free to come back to me with a breakdown of what you've changed and why you feel it should be included in the base project. Or you could submit a smaller patch with smaller changes.

Alternatively, you could keep these changes within your fork.

Coincidentally, I noticed you have deleted the license text, which is:

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of the Software,
and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

Please re-include this license in your fork.

Thanks, Andi