Skip to content

Commit

Permalink
update pushword/js-helper version
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Mar 28, 2022
1 parent b0142af commit 092ca9d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/Resources/public/style.css

Large diffs are not rendered by default.

25 changes: 13 additions & 12 deletions packages/core/webpack.config.js
@@ -1,26 +1,27 @@
const EncoreHelper = require("@pushword/js-helper/src/encore.js");
const Encore = require("@symfony/webpack-encore");
const EncoreHelper = require('@pushword/js-helper/src/encore.js');
const Encore = require('@symfony/webpack-encore');

var watchFiles = [
"./src/templates/**/*.html.twig",
"./src/templates/*.html.twig",
"./../conversation/src/templates/conversation/*.html.twig",
"./../admin-block-editor/src/templates/block/*.html.twig",
"./../js-helper/src/helpers.js",
'./src/templates/**/*.html.twig',
'./src/templates/*.html.twig',
'./../conversation/src/templates/conversation/*.html.twig',
'./../admin-block-editor/src/templates/block/*.html.twig',
'./../advanced-main-image/src/templates/page/*.html.twig',
'./../js-helper/src/helpers.js',
];

var tailwindConfig = EncoreHelper.getTailwindConfig(watchFiles);

module.exports = EncoreHelper.getEncore(
watchFiles,
tailwindConfig,
"./src/Resources/public/",
"./",
"bundles/pushwordcore",
'./src/Resources/public/',
'./',
'bundles/pushwordcore',
[
{
from: "./src/Resources/assets/favicons",
to: "favicons/[name].[ext]",
from: './src/Resources/assets/favicons',
to: 'favicons/[name].[ext]',
},
]
).getWebpackConfig();
2 changes: 1 addition & 1 deletion packages/js-helper/package.json
@@ -1,6 +1,6 @@
{
"name": "@pushword/js-helper",
"version": "0.0.68",
"version": "0.0.69",
"description": "Pushword front end helpers. ",
"author": "Robin@PiedWeb <contact@piedweb.com>",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions packages/js-helper/src/encore.js
Expand Up @@ -8,6 +8,7 @@ function getFilesToWatch(basePath = './..') {
basePath + '/vendor/pushword/core/src/templates/*.html.twig',
basePath + '/vendor/pushword/conversation/src/templates/*.html.twig',
basePath + '/vendor/pushword/admin-block-editor/src/templates/page/*.html.twig',
basePath + '/vendor/pushword/advanced-main-image/src/templates/page/*.html.twig',
basePath + '/templates/*.html.twig',
basePath + '/templates/**/*.html.twig',
basePath + '/templates/**/**/*.html.twig',
Expand Down
Binary file modified packages/skeleton/var/app.db
Binary file not shown.

0 comments on commit 092ca9d

Please sign in to comment.