Skip to content

Commit

Permalink
remove old monkey patch, it has no longer an effect
Browse files Browse the repository at this point in the history
  • Loading branch information
sunew committed Sep 19, 2018
1 parent b84d137 commit aabbfc4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ bootstrap-common:
bootstrap: bootstrap-common
$(NPM) link
NODE_PATH=$(NODE_PATH) $(BOWER) install --config.interactive=0
NODE_PATH=$(NODE_PATH) $(GRUNT) sed:bootstrap $(DEBUG) $(VERBOSE) --gruntfile=mockup/Gruntfile.js

bootstrap-nix: clean bootstrap-common
nix-build default.nix -A build -o nixenv
Expand Down
10 changes: 1 addition & 9 deletions mockup/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,7 @@ module.exports = function(grunt) {
{ path: 'build/', url: '++resource++plone.app.widgets' }
);

mockup.initGrunt(grunt, {
sed: {
bootstrap: {
path: '../node_modules/lcov-result-merger/index.js',
pattern: "throw new Error\\('Unknown Prefix ",
replacement: "//throw// new Error('Unknown Prefix "
}
}
});
mockup.initGrunt(grunt, {});

grunt.registerTask('i18n-dump', 'Dump i18n file for widgets', function() {
var output =
Expand Down

0 comments on commit aabbfc4

Please sign in to comment.