Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Fixes:
- Update outdated links in Learn.md
[staeff]

- Use github fork of grunt-sed and remove unused task.
[gforcada]

2.3.0 (2016-08-19)
------------------
Expand Down
7 changes: 0 additions & 7 deletions mockup/js/grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -421,13 +421,6 @@
ieCompat: true,
paths: ['less']
}
},
sed: {
'bootstrap': {
path: 'node_modules/lcov-result-merger/index.js',
pattern: 'throw new Error\\(\'Unknown Prefix ',
replacement: '//throw// new Error(\'Unknown Prefix '
}
}
}, this.gruntConfig));

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"grunt-contrib-uglify": "~1.0.1",
"grunt-contrib-watch": "~1.0.0",
"grunt-karma": "~1.0.0",
"grunt-sed": "~0.1.1",
"grunt-sed": "collective/grunt-sed#e625902539f5c29f1246228270a0330c1097b1e4",
"karma": "~0.13.22",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "~1.0.1",
Expand Down