mirror of
https://github.com/safing/web
synced 2025-04-17 17:39:08 +00:00
Remove jekyll-less gem/plugin
This commit is contained in:
parent
9267365bc4
commit
236a41f50f
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -5,7 +5,7 @@ gem 'jekyll'
|
|||
group :jekyll_plugins do
|
||||
gem 'jekyll-paginate'
|
||||
gem 'jekyll-minifier'
|
||||
gem 'jekyll-less'
|
||||
# gem 'jekyll-less'
|
||||
# gem 'jekyll-haml'
|
||||
end
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
require "jekyll-less"
|
||||
@@mtimes = {}
|
||||
# require "jekyll-less"
|
||||
# @@mtimes = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue