Skip to content

Commit

Permalink
nate-summercook-master
Browse files Browse the repository at this point in the history
  • Loading branch information
bpampuch committed Nov 25, 2014
2 parents fbf01f3 + d7d4345 commit 199bb47
Show file tree
Hide file tree
Showing 8 changed files with 365 additions and 375 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ npm-debug.log
node_modules
doc
.DS_Store
.idea
*.iml
14 changes: 2 additions & 12 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ module.exports = function(grunt) {
alias: './src/browser-extensions/virtual-fs.js:fs'
},
files: {
'build/pdfmake.js': ['src/browser-extensions/pdfMake.js']
'build/pdfmake.js': ['./src/browser-extensions/pdfMake.js']
}
}
},
Expand All @@ -95,16 +95,6 @@ module.exports = function(grunt) {
}
},

concat: {
options: {
separator: ';'
},
dist: {
src: ['build/pdfmake.js', 'libs/fileSaver.js'],
dest: 'build/pdfmake.js'
}
},

uglify: {
build: {
options: {
Expand Down Expand Up @@ -135,7 +125,7 @@ module.exports = function(grunt) {
grunt.registerTask('test', [ 'replace:exposeTestMethods', 'jshint', 'mochacov', 'replace:hideTestMethods' ]);

grunt.registerTask('buildFonts', [ 'dump_dir' ]);
grunt.registerTask('build', [ 'replace:fixPdfKit', 'browserify', 'concat', 'uglify', 'buildFonts' ]);
grunt.registerTask('build', [ 'replace:fixPdfKit', 'browserify', 'uglify', 'buildFonts' ]);

grunt.registerTask('default', [ 'test', 'build' ]);
};
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdfmake",
"version": "0.1.13.raphaelboukara",
"version": "0.1.14",
"homepage": "https://bpampuch.github.io/pdfmake",
"authors": [
"Bartek Pampuch <bartosz.pampuch@gmail.com>"
Expand Down
Loading

0 comments on commit 199bb47

Please sign in to comment.