front_end_builds 0.0.12 → 0.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bbd733e1ee237d3f02e2f7a1af58ee75dd5ea9fe
4
- data.tar.gz: 9a6693a162761752eb8985421b8d5f8c4f557317
3
+ metadata.gz: 897d5aad584bdc4b66956bb9c2d63aab0cfe2e44
4
+ data.tar.gz: 12ef86941be815844d1bd89829c9e21490a78bf9
5
5
  SHA512:
6
- metadata.gz: 5a372da351aab547cd003421c498744a7d265c36d017778f2040eae7fe7295f3fa64c1a8a98cfa9ef68191dc214864425cf1cebde86b8392861600f509495072
7
- data.tar.gz: 26744dc2a083103f4773c3a33cc70bd6c0dcec86039916271215ae541e5a3a5936bbe3904ff9e73c740b867165d80f322424f527d7db006cdc9df41a94406ed9
6
+ metadata.gz: 078e94e2eb5d0dce28c7e61a0eab384bb8ecda6aeb5b197ccd4542a6bcb74a698f2f5e86b0f1c78f27f83c58d5c26b58d0efc20a3784c29d5767f690e4bb1d41
7
+ data.tar.gz: 232401e0a5356f89224eeaa4fef9bfb9f4760329718b1603a7857f751ab724137c1535332e499e84c78a18e1cbad8cf15d801716e924516a3d38aebf6ee7d23e
@@ -1,5 +1,3 @@
1
- require 'action_dispatch/middleware/static'
2
-
3
1
  module FrontEndBuilds
4
2
  class Engine < ::Rails::Engine
5
3
  isolate_namespace FrontEndBuilds
@@ -12,17 +10,17 @@ module FrontEndBuilds
12
10
  end
13
11
 
14
12
  # Initializer to combine this engines static assets with the static assets of the hosting site.
15
- initializer "static assets" do |app|
16
- app.middleware.insert_before(::ActionDispatch::Static, ::ActionDispatch::Static, "#{root}/public")
17
- end
13
+ #initializer "static assets" do |app|
14
+ #app.middleware.insert_before(::ActionDispatch::Static, ::ActionDispatch::Static, "#{root}/public")
15
+ #end
18
16
 
19
- initializer "front_end_assets.assets.precompile", group: :all do |app|
20
- app.config.assets.precompile += %w(
21
- front_end_builds/vendor.css
22
- front_end_builds/admin.css
23
- front_end_builds/vendor.js
24
- front_end_builds/admin.js
25
- )
26
- end
17
+ #initializer "front_end_assets.assets.precompile", group: :all do |app|
18
+ #app.config.assets.precompile += %w(
19
+ #front_end_builds/vendor.css
20
+ #front_end_builds/admin.css
21
+ #front_end_builds/vendor.js
22
+ #front_end_builds/admin.js
23
+ #)
24
+ #end
27
25
  end
28
26
  end
@@ -1,3 +1,3 @@
1
1
  module FrontEndBuilds
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.13"
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.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Toronto