Skip to content

Commit 03d6f61

Browse files
committed
Rename static_source to static
1 parent f6fc0f9 commit 03d6f61

File tree

10 files changed

+6
-6
lines changed

10 files changed

+6
-6
lines changed

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
simple_repository_browser/static_source/js/simple-repository-browser.project.js.LICENSE.txt
2-
simple_repository_browser/static_source/js/simple-repository-browser.core.js.LICENSE.txt
3-
simple_repository_browser/static_source/js/simple-repository-browser.core.js
4-
simple_repository_browser/static_source/js/simple-repository-browser.project.js
1+
simple_repository_browser/static/js/simple-repository-browser.project.js.LICENSE.txt
2+
simple_repository_browser/static/js/simple-repository-browser.core.js.LICENSE.txt
3+
simple_repository_browser/static/js/simple-repository-browser.core.js
4+
simple_repository_browser/static/js/simple-repository-browser.project.js
55

66
*/_version.py
77
node_modules

javascript/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
},
88
output: {
99
filename: '[name]',
10-
path: path.resolve(__dirname, '../simple_repository_browser/static_source/js/')
10+
path: path.resolve(__dirname, '../simple_repository_browser/static/js/')
1111
},
1212
resolve: {
1313
extensions: [".ts", ".js"],

simple_repository_browser/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def handler(args: typing.Any) -> None:
4242
# Include the "base" folder, such that upstream templates can inherit from "base/...".
4343
here/"templates",
4444
],
45-
static_files_paths=[here / "static_source"],
45+
static_files_paths=[here / "static"],
4646
crawl_popular_projects=args.crawl_popular_projects,
4747
url_prefix=args.url_prefix,
4848
browser_version=__version__,
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)