webpack-rails-react 1.0.2 → 1.0.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 479aa47c101c57783a6a656467784d6f479f199c
|
4
|
+
data.tar.gz: b342a5cfc36a24fa91804494b8295832995c3b81
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9961c8ee790d7b81cb4a36cc8359b6b7e19680b256a6957dd92c011b3a0d773129df99083be8bf2d646fa14b3ebadae135af309db3c439234b16351fe3262d5f
|
7
|
+
data.tar.gz: 4c3554f5d3001dd4c5d056b1f4de3fb79972707d89cb7528acbc2846b226692b4897f0f008be350482891b33ddd65dcf02c426ae81acada56e3776d0ba444473
|
@@ -51,6 +51,8 @@ module WebpackRailsReact
|
|
51
51
|
|
52
52
|
def create_webpack_application_js
|
53
53
|
empty_directory "webpack"
|
54
|
+
empty_directory "webpack/containers"
|
55
|
+
empty_directory "webpack/components"
|
54
56
|
|
55
57
|
if options[:router] && options[:redux]
|
56
58
|
copy_file "boilerplate/router_redux/application.js", "webpack/application.js"
|
@@ -74,8 +76,6 @@ module WebpackRailsReact
|
|
74
76
|
copy_file "boilerplate/App.js", "webpack/containers/App.js"
|
75
77
|
end
|
76
78
|
|
77
|
-
empty_directory "webpack/components"
|
78
|
-
|
79
79
|
insert_into_file 'app/views/layouts/application.html.erb', before: /<\/body>/ do
|
80
80
|
<<-'RUBY'
|
81
81
|
<%= javascript_include_tag *webpack_asset_paths('application') %>
|
@@ -117,7 +117,7 @@ module WebpackRailsReact
|
|
117
117
|
3. Run 'foreman start' to run the webpack-dev-server and rails server
|
118
118
|
|
119
119
|
See the README.md for this gem at
|
120
|
-
https://github.com/
|
120
|
+
https://github.com/cottonwoodcoding/webpack-rails-react/blob/master/README.md
|
121
121
|
for more info.
|
122
122
|
|
123
123
|
Thanks for using webpack-rails-react!
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: webpack-rails-react
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dave Jungst
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-06-
|
12
|
+
date: 2016-06-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -85,4 +85,3 @@ signing_key:
|
|
85
85
|
specification_version: 4
|
86
86
|
summary: Webpack / Rails / React
|
87
87
|
test_files: []
|
88
|
-
has_rdoc:
|