Skip to content

Commit

Permalink
Add uglify for summernote-lite
Browse files Browse the repository at this point in the history
  • Loading branch information
lqez committed Aug 16, 2018
1 parent b515079 commit fb19359
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ module.exports = function(grunt) {
files: [
{ 'dist/summernote.min.js': ['dist/summernote.js'] },
{ 'dist/summernote-bs4.min.js': ['dist/summernote-bs4.js'] },
{ 'dist/summernote-lite.min.js': ['dist/summernote-lite.js'] },
{
expand: true,
cwd: 'dist/lang',
Expand Down

0 comments on commit fb19359

Please sign in to comment.