Skip to content

Commit

Permalink
feature(extensionLoading): refactor extension loading mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
tivie committed May 31, 2015
1 parent c6b60f1 commit 33f64f6
Show file tree
Hide file tree
Showing 11 changed files with 993 additions and 429 deletions.
2 changes: 2 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ module.exports = function (grunt) {
src: [
'src/showdown.js',
'src/helpers.js',
'src/converter.js',
'src/subParsers/*.js',
'src/loader.js'
],
dest: 'dist/<%= pkg.name %>.js'
}
},

uglify: {
options: {
sourceMap: true,
Expand Down
Loading

0 comments on commit 33f64f6

Please sign in to comment.