webpack: dynamic js build on update
This commit is contained in:
@@ -81,7 +81,7 @@ class che_국호변경 extends Command\NationCommand
|
||||
|
||||
public function getCost(): array
|
||||
{
|
||||
|
||||
|
||||
return [0, 0];
|
||||
}
|
||||
|
||||
@@ -129,7 +129,7 @@ class che_국호변경 extends Command\NationCommand
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
|
||||
$josaRo = JosaUtil::pick($newNationName, '로');
|
||||
|
||||
$general->addExperience(5 * ($this->getPreReqTurn() + 1));
|
||||
@@ -160,7 +160,7 @@ class che_국호변경 extends Command\NationCommand
|
||||
public function getJSFiles(): array
|
||||
{
|
||||
return [
|
||||
'js/colorSelect.js'
|
||||
'dist_js/colorSelect.js'
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user