mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Remove guard in favour of nano watch
This commit is contained in:
parent
162382b95b
commit
5c88d97cdd
3 changed files with 4 additions and 38 deletions
6
Gemfile
6
Gemfile
|
@ -10,8 +10,4 @@ gem 'rdiscount'
|
|||
gem 'rubypants'
|
||||
gem 'nokogiri'
|
||||
gem 'builder'
|
||||
gem 'rb-fsevent'
|
||||
gem 'guard'
|
||||
gem 'guard-nanoc'
|
||||
gem 'growl'
|
||||
gem 'systemu'
|
||||
gem 'fssm'
|
||||
|
|
30
Gemfile.lock
30
Gemfile.lock
|
@ -6,22 +6,13 @@ GEM
|
|||
httparty (>= 0.7.6)
|
||||
oauth2 (>= 0.5.0, < 0.9)
|
||||
builder (3.1.4)
|
||||
coderay (1.0.8)
|
||||
colored (1.2)
|
||||
crack (0.3.1)
|
||||
cri (2.3.0)
|
||||
colored (>= 1.2)
|
||||
faraday (0.8.4)
|
||||
multipart-post (~> 1.1)
|
||||
growl (1.0.3)
|
||||
guard (1.5.1)
|
||||
listen (>= 0.4.2)
|
||||
lumberjack (>= 1.0.2)
|
||||
pry (>= 0.9.10)
|
||||
thor (>= 0.14.6)
|
||||
guard-nanoc (0.1.0)
|
||||
guard (>= 0.2.1)
|
||||
nanoc (>= 3.1.5)
|
||||
fssm (0.2.9)
|
||||
haml (3.1.7)
|
||||
httparty (0.9.0)
|
||||
multi_json (~> 1.0)
|
||||
|
@ -29,14 +20,11 @@ GEM
|
|||
httpauth (0.2.0)
|
||||
jwt (0.1.5)
|
||||
multi_json (>= 1.0)
|
||||
listen (0.5.3)
|
||||
lumberjack (1.0.2)
|
||||
method_source (0.8.1)
|
||||
mime-types (1.19)
|
||||
multi_json (1.3.6)
|
||||
multi_xml (0.5.1)
|
||||
multipart-post (1.1.5)
|
||||
nanoc (3.4.1)
|
||||
nanoc (3.4.3)
|
||||
cri (~> 2.2)
|
||||
nokogiri (1.5.5)
|
||||
oauth2 (0.8.0)
|
||||
|
@ -45,19 +33,11 @@ GEM
|
|||
jwt (~> 0.1.4)
|
||||
multi_json (~> 1.0)
|
||||
rack (~> 1.2)
|
||||
pry (0.9.10)
|
||||
coderay (~> 1.0.5)
|
||||
method_source (~> 0.8)
|
||||
slop (~> 3.3.1)
|
||||
rack (1.4.1)
|
||||
rake (0.9.2.2)
|
||||
rb-fsevent (0.9.2)
|
||||
rdiscount (1.6.8)
|
||||
rubypants (0.2.0)
|
||||
sass (3.2.1)
|
||||
slop (3.3.3)
|
||||
systemu (2.5.2)
|
||||
thor (0.16.0)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
@ -65,16 +45,12 @@ PLATFORMS
|
|||
DEPENDENCIES
|
||||
bitly
|
||||
builder
|
||||
growl
|
||||
guard
|
||||
guard-nanoc
|
||||
fssm
|
||||
haml
|
||||
mime-types
|
||||
nanoc
|
||||
nokogiri
|
||||
rake
|
||||
rb-fsevent
|
||||
rdiscount
|
||||
rubypants
|
||||
sass
|
||||
systemu
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
guard 'nanoc' do
|
||||
watch(%r'^config.yaml')
|
||||
watch(%r'^Rules')
|
||||
watch(%r'^layouts\/')
|
||||
watch(%r'^content\/')
|
||||
end
|
Loading…
Reference in a new issue