Skip to content

Commit

Permalink
Merge pull request #497 from sethkinast/pegjs-0.8
Browse files Browse the repository at this point in the history
Upgrade to pegJS 0.8
- This change corresponds to a 90% reduction in template compile time.
  • Loading branch information
prashn64 committed Sep 9, 2014
2 parents d2e2a85 + c89383a commit f5b4bc9
Show file tree
Hide file tree
Showing 9 changed files with 2,408 additions and 2,550 deletions.
8 changes: 4 additions & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ module.exports = function(grunt) {
report: 'tmp/coverage',
thresholds: {
lines: 82,
statements: 83,
branches: 73,
functions: 89
statements: 82,
branches: 70,
functions: 88
}
}
}
Expand Down Expand Up @@ -305,4 +305,4 @@ module.exports = function(grunt) {

//default task - full test
grunt.registerTask('default', ['test']);
};
};
Binary file added archive/dust-2.3.6.tar.gz
Binary file not shown.
Binary file added archive/dust-2.3.6.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.4.1",
"main": "dist/dust-full.min.js",
"devDependencies": {
"pegjs": "0.7.0"
"pegjs": "0.8.0"
},
"ignore": [
"**/.*",
Expand Down
Loading

0 comments on commit f5b4bc9

Please sign in to comment.