redmine_plugin_asset_pipeline 0.0.8 → 0.0.9
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 +4 -4
- data/lib/redmine_plugin_asset_pipeline.rb +1 -11
- data/lib/redmine_plugin_asset_pipeline/version.rb +1 -1
- 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: 452b31113f347e2f0993e7172270f0e70dd2e246
|
|
4
|
+
data.tar.gz: 257c70066e8bd581bb3e4b520b8a6082ea464d5d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a2aad88a53986b3c8063fec9bc58287c5bd7b61b0f624adf107fc5edf3785e9579ceae40438642a64421c4ad11ae4d8e3e994e6fca1511bcb2243e3600d814e4
|
|
7
|
+
data.tar.gz: 3386b9f95bd87ee617ac2ec7da5ca8b4632926654fb73104f9f01c53b3279e495ff916e9c89a5f76de7bdeb26432e2300c0e29b51581f4df7cb11632d8c8d64a
|
|
@@ -9,12 +9,10 @@ module RedminePluginAssetPipeline
|
|
|
9
9
|
|
|
10
10
|
#asset pipeline configuration
|
|
11
11
|
#enable asset pipeline before sprockets boots
|
|
12
|
-
initializer 'redmine.asset_pipeline', :
|
|
12
|
+
initializer 'redmine.asset_pipeline', before: 'sprockets.environment' do
|
|
13
13
|
RedmineApp::Application.configure do
|
|
14
|
-
config.assets.enabled = true
|
|
15
14
|
config.assets.paths << "#{config.root}/private/plugin_assets"
|
|
16
15
|
config.assets.precompile += %w(*/stylesheets/*.css */javascripts/*.js)
|
|
17
|
-
|
|
18
16
|
# Custom settings. Edit configs of your application
|
|
19
17
|
# See: http://guides.rubyonrails.org/asset_pipeline.html
|
|
20
18
|
#
|
|
@@ -22,14 +20,6 @@ module RedminePluginAssetPipeline
|
|
|
22
20
|
# If you need to change that value
|
|
23
21
|
# manually move assets in public directory and edit it
|
|
24
22
|
# config.assets.prefix = ''
|
|
25
|
-
#
|
|
26
|
-
# config.assets.js_compressor = :uglifier
|
|
27
|
-
#
|
|
28
|
-
# config.assets.debug = true
|
|
29
|
-
#
|
|
30
|
-
# config.assets.compile = true
|
|
31
|
-
#
|
|
32
|
-
# config.assets.compress = false
|
|
33
23
|
end
|
|
34
24
|
end
|
|
35
25
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: redmine_plugin_asset_pipeline
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tab10id
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-10-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|