Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jekuer committed Sep 15, 2023
1 parent bd80c0f commit e2484cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ module.exports = function (grunt) {
options: {
stripBanners: true,
banner: "// eslint-disable-next-line @typescript-eslint/no-var-requires\r\nconst tzlibActions = require('timezones-ical-library');\r\n",
footer: grunt.option('pro') ? 'module.exports = { atcb_action, i18nStrings, atcbCssTemplate as cssStyles };' : 'module.exports = { atcb_action, i18nStrings, atcbCssTemplate as cssStyles };',
footer: grunt.option('pro') ? 'module.exports = { atcb_action, i18nStrings, cssStyles: atcbCssTemplate };' : 'module.exports = { atcb_action, i18nStrings, cssStyles: atcbCssTemplate };',
process: (content) => prepareFinalFile(content, true, true, true),
},
},
Expand Down

0 comments on commit e2484cf

Please sign in to comment.