anila 1.0.0003 → 1.0.0004
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/anila/cli/generator.rb +2 -0
- data/lib/anila/cli/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: 3c51ab0ca9cba42c8b51a5c4becce394c3eef99c
|
|
4
|
+
data.tar.gz: be496731ab1e45e18053e5c1c60c74dd821a277f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5889ee5f4d1762336bdae5ec9e0e6e386a8f44d58ff48cf10d96b3e637465b2b6b4ec27d7ce29a7b3a04968190d165871087dce27c946fb3cc4658b32899c639
|
|
7
|
+
data.tar.gz: 710db659842c8111c9622e9e73d393e51149474df502adc6ec0813bde39e17ca2e6e3a78e26a04f5eb236c83682383c49b91586930b0ee70f035e5719bdf993d
|
data/lib/anila/cli/generator.rb
CHANGED
|
@@ -130,6 +130,8 @@ To update Anila in the future, just run: anila update
|
|
|
130
130
|
run("bower install", capture: true, verbose: false)
|
|
131
131
|
File.open("scss/style.scss", "w") {|f| f.puts File.read("#{destination_root}/bower_components/anila/scss/style.scss") }
|
|
132
132
|
File.open("scss/noscript.scss", "w") {|f| f.puts File.read("#{destination_root}/bower_components/anila/scss/noscript.scss") }
|
|
133
|
+
File.open("scss/values.scss", "w") {|f| f.puts File.read("#{destination_root}/bower_components/anila/scss/anila/_values.scss") }
|
|
134
|
+
File.open("scss/conditional.scss", "w") {|f| f.puts File.read("#{destination_root}/bower_components/anila/scss/anila/_conditional.scss") }
|
|
133
135
|
File.open("js/modernizr.js", "w") {|f| f.puts File.read("#{destination_root}/bower_components/anila/js/vendor/modernizr.js") }
|
|
134
136
|
File.open("js/jquery.min.js", "w") {|f| f.puts File.read("#{destination_root}/bower_components/jquery/jquery.min.js") }
|
|
135
137
|
File.open("js/legacy.min.js", "w") {|f| f.puts File.read("#{destination_root}/bower_components/anila/js/legacy.min.js") }
|
data/lib/anila/cli/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: anila
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.0004
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bravocado
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-01-
|
|
11
|
+
date: 2014-01-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|