fangorn 0.0.10 → 0.0.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/fangorn/app.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0c8e936a9c3690c8b41efe7796129b7fafa5b9bb
|
4
|
+
data.tar.gz: aa2c35b7f30afbb85386d55c22f44cc19efca8b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd1c2079d6f4b971c3d183d78d71f7337d13477f44d460a6f90fea4ee38eaf4f821dca9f8eb0e4218c469ab2f93a246b370fabfcd1eea914350a13670a32c989
|
7
|
+
data.tar.gz: e1d4d4b257e5a53946baeba48b4415e7b3047472591d72c00216ccd160b5c95a5562aa1d14adb8958b9adaf1544214bf6f16c52e01979a9de31409bffcd67055
|
data/lib/fangorn/app.rb
CHANGED
@@ -37,7 +37,7 @@ module Fangorn
|
|
37
37
|
|
38
38
|
if @serve
|
39
39
|
puts "Watching #{Output::source}"
|
40
|
-
listener = Listen.to(Output::source, :filter => /\.(haml|sass|js|ico|jpg|ttf)$/, &update)
|
40
|
+
listener = Listen.to(Output::source, :filter => /\.(haml|sass|js|ico|jpg|png|ttf)$/, &update)
|
41
41
|
listener.start
|
42
42
|
|
43
43
|
puts 'Starting server on port 8080'
|
@@ -47,7 +47,7 @@ module Fangorn
|
|
47
47
|
server.start
|
48
48
|
else
|
49
49
|
puts "Updating #{Output::source}"
|
50
|
-
update[Dir[File.join(Output::source, '**/*.{haml,sass,js,ico,jpg,ttf}')], [], []]
|
50
|
+
update[Dir[File.join(Output::source, '**/*.{haml,sass,js,ico,jpg,png,ttf}')], [], []]
|
51
51
|
end
|
52
52
|
end
|
53
53
|
def report(type, input, output)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fangorn
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan Calhoun
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-11
|
11
|
+
date: 2016-12-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: listen
|