Skip to content

Commit

Permalink
Fix Kodekit-UI path
Browse files Browse the repository at this point in the history
  • Loading branch information
amazeika committed Nov 23, 2023
1 parent b57f005 commit 242d004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mason.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const fs = require('fs').promises;
const frameworkFolder = process.cwd();
const libraryAssetsPath = `${frameworkFolder}/code/libraries/joomlatools/library/resources/assets`;
const koowaAssetsPath = `${frameworkFolder}/code/libraries/joomlatools/component/koowa/resources/assets`;
const KUIPath = `${path.resolve(frameworkFolder, '..')}/kodekit-ui/dist`;
const KUIPath = `${path.resolve(frameworkFolder, '../..')}/tools/kodekit-ui/dist`;

const filesPath = `${frameworkFolder}/code/libraries/joomlatools-components/files/resources/assets`;

Expand Down

0 comments on commit 242d004

Please sign in to comment.