Skip to content

Commit fc24a43

Browse files
committed
remove docs/todos.md in favor of github project [skip ci]
1 parent fb26a1d commit fc24a43

File tree

3 files changed

+1
-36
lines changed

3 files changed

+1
-36
lines changed

SUMMARY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@
1616
* [Unit testing](docs/unittesting.md)
1717
* [End-to-end testing](docs/end-to-end_testing.md)
1818
* [FAQs](docs/faqs.md)
19-
* [TODOs](docs/todos.md)
2019
* [Contributing](docs/contributing.md)
2120

docs/todos.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

docs/using_the_file_structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ electron-vue takes advantage of vuex's module structure to create multiple data
4747
Having multiple data stores can be great for organization, but can also be annoying to have to import each and every one. But don't fret, as `app/src/vuex/modules/index.js` does the dirty work for us! This little script let's `app/src/vuex/store.js` import all of our modules in one-shot.
4848

4949
## Using Static assets
50-
Sometimes your don't want webpack to bundle some of your assets. Let's say you have a large sprite collection, but your app loads the images in on-demand. You don't webpack to bundle every single sprite if only a few might be used at a time.
50+
Sometimes your don't want webpack to bundle some of your assets. Let's say you have a large sprite collection, but your app loads the images in on-demand. You don't want webpack to bundle every single sprite if only a few might be used at a time.
5151

5252
When using static assets, let's place them inside the `app/dist` folder. Essentially everything webpack produces in production builds lives in this folder, so everything inside here will be **included** in final builds.
5353

0 commit comments

Comments
 (0)