Skip to content

Commit d617ee4

Browse files
committed
Updated readmes to take webpack into account.
1 parent 9b10878 commit d617ee4

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ and applications on [Google App Engine](http://cloud.google.com/nodejs).
3232
- gcloud-node - [Source code][gcloud_1] | [Documentation][gcloud_2]
3333
- Grunt.js - [Source code][grunt_1] | [App Engine Tutorial][grunt_2] | [Live demo][grunt_3] | [Documentation][grunt_4]
3434
- Mailgun - [Source code][mailgun_1] | [App Engine Tutorial][mailgun_2] | [Documentation][mailgun_3]
35+
- Webpack.js - [Source code][webpack_1] | [App Engine Tutorial][webpack_2] | [Documentation][webpack_3]
3536

3637
## Google Storage
3738

@@ -128,6 +129,10 @@ See [LICENSE](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/ma
128129
[mailgun_2]: https://cloud.google.com/nodejs/resources/tools/mailgun
129130
[mailgun_3]: http://www.mailgun.com/
130131

132+
[webpack_1]: https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/webpack
133+
[webpack_2]: https://cloud.google.com/nodejs/resources/tools/webpack
134+
[webpack_3]: http://webpack.github.io/
135+
131136
[nodejs_1]: https://github.com/GoogleCloudPlatform/nodejs-getting-started
132137
[nodejs_2]: https://cloud.google.com/nodejs/getting-started/hello-world
133138
[nodejs_3]: https://cloud.google.com/nodejs/getting-started/tutorial-app

appengine/grunt/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ deploy this sample app.
77

88
You can also view the [live demo][3] and read the [Grunt.js documentation][4].
99

10-
1110
[1]: http://gruntjs.com/
1211
[2]: https://cloud.google.com/nodejs/resources/tools/grunt
1312
[3]: http://grunt-dot-nodejs-docs-samples.appspot.com

appengine/webpack/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Express.js + Webpack on Google App Engine
1+
## Webpack.js + Express.js on Google App Engine
22

33
> [Webpack][1] is a module bundler
44
>
@@ -7,5 +7,11 @@
77
This sample application demonstrates how to use [Webpack][1] to bundle frontend
88
code and then serve it with [Express.js][2] on Google App Engine.
99

10+
Read the [Webpack.js + Express.js on App Engine Tutorial][3] for how to run and
11+
deploy this sample app.
12+
13+
You can also read the [Webpack.js documentation][4].
14+
1015
[1]: http://webpack.github.io/
1116
[2]: http://expressjs.com/
17+
[3]: https://cloud.google.com/nodejs/resources/tools/webpack

0 commit comments

Comments
 (0)