Skip to content

Commit

Permalink
fix js path (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rom1-B authored Apr 29, 2024
1 parent e62e9f6 commit ef912da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dist/
node_modules/
public/build/
public/lib/
vendor/
.gh_token
*.min.*

2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function plugin_init_gantt()
'addtabon' => 'Project'
]);

$PLUGIN_HOOKS[Hooks::ADD_JAVASCRIPT]['gantt'][] = 'public/build/libs.js';
$PLUGIN_HOOKS[Hooks::ADD_JAVASCRIPT]['gantt'][] = 'public/lib/libs.js';
$PLUGIN_HOOKS[Hooks::ADD_JAVASCRIPT]['gantt'][] = 'js/gantt-helper.js';

$PLUGIN_HOOKS[Hooks::ADD_CSS]['gantt'][] = 'css/gantt.scss';
Expand Down

0 comments on commit ef912da

Please sign in to comment.