stereobooster / jekyll-press

🚨 [deprecated] Minifier plugin for jekyll. Minifies all html, js, css files. Simple just drop it in solution. No Java required
MIT License
148 stars 13 forks source link

Submodule #1

Closed norswap closed 12 years ago

norswap commented 12 years ago

Thanks for the repo !

It would be great if jekyll_press.rb was in the root of the repo, so that we could use the repo as a git submodule. Actually, it works as is, but then you have the path _plugins/jekyll_press/_plugins/jekyll_press.rb, which is awkward.

Here is the git command:

git submodule add git://github.com/stereobooster/jekyll_press.git _plugins/jekyll_press

(updates to be done via simple git pull inside the jekyll_press directory)

stereobooster commented 12 years ago

But there are Readme.md and Gemfile in the root. Do yoy really want it to get it together with jekyll_press.rb?

stereobooster commented 12 years ago

Maybe try something like vendorer ?

norswap commented 12 years ago

Interesting, thanks.

stereobooster commented 12 years ago

Now you can install it as gem. See readme