Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit79e4d2d

Browse files
author
Joni Palosaari
committed
update webpack config to new url
1 parent714bcd7 commit79e4d2d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎index.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><htmllang=en><head><title>Robot Framework</title><metacharset=utf-8><metaname=viewportcontent="width=device-width,initial-scale=1,shrink-to-fit=no"><metaname=descriptioncontent="Generic test automation framework for acceptance testing and ATDD"><metaname=authorcontent=""><linkhref=/robotframework.github.com/static/css/app.fa2e56336bd1bb48e6532fff4686727d.cssrel=stylesheet></head><body><divid=app></div><scripttype=text/javascriptsrc=/robotframework.github.com/static/js/manifest.d5fa9f06133e6a3a65a5.js></script><scripttype=text/javascriptsrc=/robotframework.github.com/static/js/vendor.e66dd3a5f6f9d36c7ec9.js></script><scripttype=text/javascriptsrc=/robotframework.github.com/static/js/app.6a14bb126fab039f91ad.js></script></body></html>
1+
<!doctype html><htmllang=en><head><title>Robot Framework</title><metacharset=utf-8><metaname=viewportcontent="width=device-width,initial-scale=1,shrink-to-fit=no"><metaname=descriptioncontent="Generic test automation framework for acceptance testing and ATDD"><metaname=authorcontent=""><linkhref=/robotframework.github.org/static/css/app.fa2e56336bd1bb48e6532fff4686727d.cssrel=stylesheet></head><body><divid=app></div><scripttype=text/javascriptsrc=/robotframework.github.org/static/js/manifest.f8acf3117225c3b1cb59.js></script><scripttype=text/javascriptsrc=/robotframework.github.org/static/js/vendor.e66dd3a5f6f9d36c7ec9.js></script><scripttype=text/javascriptsrc=/robotframework.github.org/static/js/app.6a14bb126fab039f91ad.js></script></body></html>

‎sources/config/index.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ module.exports = {
5555
// Paths
5656
assetsRoot:path.resolve(__dirname,'../../'),
5757
assetsSubDirectory:'static',
58-
assetsPublicPath:'/robotframework.github.com',
58+
assetsPublicPath:'/robotframework.github.org',
5959

6060
/**
6161
* Source Maps
@@ -78,4 +78,4 @@ module.exports = {
7878
// Set to `true` or `false` to always turn it on or off
7979
bundleAnalyzerReport:process.env.npm_config_report
8080
}
81-
}
81+
}

‎static/js/manifest.d5fa9f06133e6a3a65a5.js‎renamed to ‎static/js/manifest.f8acf3117225c3b1cb59.js‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp