Skip to content

Commit

Permalink
🔧 #17 - 빌드 (1)
Browse files Browse the repository at this point in the history
  • Loading branch information
taeuk-gang committed Oct 6, 2019
1 parent 30e4c20 commit 8ec4051
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.example.mac.tour" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.mac.tour" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>맥투 - 대한민국 맥주투어 가이드</name>
<description>
대한민국 맥주투어 가이드 어플
Expand Down
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "com.example.mac.tour",
"name": "com.mac.tour",
"displayName": "macTour",
"version": "1.0.0",
"description": "A sample Apache Cordova application that responds to the deviceready event.",
"description": "Guide App about beer tour in korea",
"main": "webpack.config.js",
"scripts": {
"dev": "./node_modules/.bin/webpack-dev-server --hot",
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/tab-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class TabInfo extends HTMLElement {
constructor() {
super()

this.brewerImg = `/img/white.png`
this.brewerImg = `./img/white.png`
}

connectedCallback() {
Expand Down
2 changes: 1 addition & 1 deletion client/www/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if (document.location.search.indexOf(`theme=`) >= 0) {

// Init App
window.app = new Framework7({
id: `com.example.mac.tour`,
id: `com.mac.tour`,
name: `맥투`,
root: `#app`,
theme: theme,
Expand Down

0 comments on commit 8ec4051

Please sign in to comment.