front_end_builds 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: da2c61e8884d3bcc5a2edfdc2963d10639068ba6
4
- data.tar.gz: 9e28355c68483c458248abd224e3d785a037f134
3
+ metadata.gz: 5b0bae26a8a3167cb25e22b876cd2546e0571f52
4
+ data.tar.gz: 16753067d3568ccca71c40b62dc16742a8f1c64c
5
5
  SHA512:
6
- metadata.gz: a336601f7a8a6101bb4f7203a089fa2cb5592102059c4f9e2392907999a078895a725b1cff365922967d1a707b2f4cc535551483d3702f956cd5c4b2d7b1407b
7
- data.tar.gz: 3ec85ff180051f7697328e62d79f6c8adf944e6f8715cc54c1a53e43f109e7d3e15a43785ff692850a0274b3d489dedaed2de8872f39316d119c15735c481818
6
+ metadata.gz: 5e192168590e288c913cad8318d44f6c719b9d5079247e813bc2979dc1bf09bf3a301905adc66f3cb9e1f4f2b804bcc42685b8761e0e7b8ed457ddb64eea2f46
7
+ data.tar.gz: a7a0693b953ff9784f3a34f314d0f220e16cf4d1ac871566f8beda99e5d3f7e5a2673d8c4d83ea8dba3968ced00a43a63eaddaf5ea17227e8f3d46430891a3c5
@@ -14,15 +14,13 @@ module FrontEndBuilds
14
14
  app.middleware.insert_before(::ActionDispatch::Static, ::ActionDispatch::Static, "#{root}/public")
15
15
  end
16
16
 
17
- initializer "front_end_assets.assets.precompile" do |app|
17
+ initializer "front_end_assets.assets.precompile", group: :all do |app|
18
18
  app.config.assets.precompile += %w(
19
19
  front_end_builds/vendor.css
20
20
  front_end_builds/admin.css
21
21
  front_end_builds/vendor.js
22
22
  front_end_builds/admin.js
23
- front_end_builds/fontawesome-webfont.woff
24
23
  )
25
- app.config.assets.precompile << /\.(?:svg|eot|woff|ttf)$/
26
24
  end
27
25
  end
28
26
  end
@@ -1,3 +1,3 @@
1
1
  module FrontEndBuilds
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: front_end_builds
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Toronto
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-12-08 00:00:00.000000000 Z
12
+ date: 2014-12-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sqlite3