You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fixes the paragraphs for Social Account instructions. The markdown parser of GitHub seems to require a paragraph or title directly before a list, otherwise layouting doesn't work properly. This commit contains those fixes. Logo images are now all using wikipedia's dynamic resize API, so they are now matching in size.
If you want to bundle your NodeJS server-side code run webpack on server code with `npm run build && npm run build:server` command. It if was success, run the server: `npm run start:bundle`
157
165
158
166
If you want to export bundled version copy these folders & files to the new place:
167
+
168
+
```txt
159
169
- server
160
170
- locales
161
171
- public
162
172
- views
163
173
- bundle.js
164
174
- package.json
165
175
- config.js (optional)
176
+
```
166
177
167
178
Before start, you have to install production dependencies with npm: `npm install --production`
- Click **My Apps**, then select **Add a New App* from the dropdown menu
193
212
- Select **Website** platform and enter a new name for your app
@@ -203,9 +222,12 @@ Before start, you have to install production dependencies with npm: `npm install
203
222
204
223
**Note:** After a successful sign in with Facebook, a user will be redirected back to home page with appended hash `#_=_` in the URL. It is *not* a bug. See this [Stack Overflow](https://stackoverflow.com/questions/7131909/facebook-callback-appends-to-return-url) discussion for ways to handle it.
0 commit comments