ror_generators 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/generators/ror_generators/new_generator.rb +1 -1
- data/lib/ror_generators/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 126fe02a93198385d95634250381ba2f8a6b5278
|
4
|
+
data.tar.gz: 1a2c9890c82984b23e145b88eb1314c1ffee0288
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 15540b30619414e618ea42f703db40b094e68a5ae49ae387dd20d561edcfcc00b851f1cc43aa119785116c35acb98b9a428e3d31ac6d60446ba804dba0a9faae
|
7
|
+
data.tar.gz: f098ca2057b606e5802db060656cecaaf9206ff179cd5d24b543e33630ace38d2dc90b1f9666dc2294f2d25003a8b13fa64d5208598b6a67e1b0911520ab7227
|
@@ -47,7 +47,7 @@ module RorGenerators
|
|
47
47
|
end
|
48
48
|
|
49
49
|
def copy_webpack_config
|
50
|
-
if dest_file_exists?("client/webpack.config.
|
50
|
+
if dest_file_exists?("client/webpack.config.js.erb")
|
51
51
|
inject_into_file "client/webpack.config.js.erb", after: "'babel-polyfill',\n" do <<-'RUBY'
|
52
52
|
puts "'./app/bundles/#{module_name}/startup/registration',"
|
53
53
|
RUBY
|