iugu-ux 1.0.23 → 1.0.24
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 875a9f71ef5b854e08f2dab901d845f059f8b7ff
|
4
|
+
data.tar.gz: 91c00c205e4637ac69ad99e3cd9d46ea00419ace
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c179b23caa0743d41a370cd3eab67fc87446c0253504f8a489761b162ea7d9b8fdadbc66c4c4f7bea0af373df0854dfdb75a0ae5c61cb30ca600429f4a3f494d
|
7
|
+
data.tar.gz: ec6de2f1a20f5518c560b484422be28fcc0fa414eed4e9e226cbf219f9d463d1207e74b99cab3d70ac48108babcfcbea3307fbe34832d6c4a9ca017f5861b3a3
|
data/lib/iugu-ux.rb
CHANGED
data/lib/iugu-ux/railtie.rb
CHANGED
@@ -4,7 +4,7 @@ require 'compass-rails'
|
|
4
4
|
module IuguUX
|
5
5
|
class Engine < Rails::Engine
|
6
6
|
initializer 'iugu-ux.setup', :group => :all do |app|
|
7
|
-
app.config.assets.js_compressor =
|
7
|
+
app.config.assets.js_compressor = :closure
|
8
8
|
app.config.assets.precompile += IuguUX.src
|
9
9
|
app.config.compass.sprite_load_path << app.root.join('app','assets','sprites')
|
10
10
|
app.config.compass.sprite_load_path << IuguUX.sprite_load_path
|
data/lib/iugu-ux/version.rb
CHANGED
@@ -8,10 +8,4 @@
|
|
8
8
|
//= require ./twitter-bootstrap/bootstrap.js
|
9
9
|
//= require ./capabilities
|
10
10
|
//= require ./enable-prettify
|
11
|
-
//= require web-app
|
12
|
-
//= require web-app/config
|
13
|
-
//= require web-app/comm
|
14
|
-
//= require web-app/i18n-languages
|
15
|
-
//= require web-app/i18n
|
16
|
-
//= require web-app/sound
|
17
|
-
//= require web-app/helpers
|
11
|
+
//= require ./web-app
|
@@ -13,6 +13,13 @@
|
|
13
13
|
// GO AFTER THE REQUIRES BELOW.
|
14
14
|
//
|
15
15
|
//= require_self
|
16
|
+
//= require web-app/environment
|
17
|
+
//= require web-app/config
|
18
|
+
//= require web-app/comm
|
19
|
+
//= require web-app/i18n-languages
|
20
|
+
//= require web-app/i18n
|
21
|
+
//= require web-app/sound
|
22
|
+
//= require web-app/helpers
|
16
23
|
|
17
24
|
//= require ./iugu-ui-helpers.js
|
18
25
|
//= require ./components/iugu-ux-components.js
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: iugu-ux
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.24
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Patrick Negri
|
@@ -179,7 +179,7 @@ dependencies:
|
|
179
179
|
- !ruby/object:Gem::Version
|
180
180
|
version: 3.2.6
|
181
181
|
- !ruby/object:Gem::Dependency
|
182
|
-
name:
|
182
|
+
name: closure-compiler
|
183
183
|
requirement: !ruby/object:Gem::Requirement
|
184
184
|
requirements:
|
185
185
|
- - ">="
|
@@ -407,7 +407,6 @@ files:
|
|
407
407
|
- vendor/assets/javascripts/vendor/rivets.js.coffee
|
408
408
|
- vendor/assets/javascripts/vendor/tasks.js.coffee
|
409
409
|
- vendor/assets/javascripts/vendor/underscore.js
|
410
|
-
- vendor/assets/javascripts/web-app.js
|
411
410
|
- vendor/assets/javascripts/web-app/comm.coffee
|
412
411
|
- vendor/assets/javascripts/web-app/config.js.erb
|
413
412
|
- vendor/assets/javascripts/web-app/environment.js.coffee
|
@@ -1,7 +0,0 @@
|
|
1
|
-
// This is a manifest file that'll be compiled into including all the files listed below.
|
2
|
-
// Add new JavaScript/Coffee code in separate files in this directory and they'll automatically
|
3
|
-
// be included in the compiled file accessible from http://example.com/assets/application.js
|
4
|
-
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
|
5
|
-
// the compiled file.
|
6
|
-
//
|
7
|
-
//= require ./iugu-ux/web-app
|