Skip to content

Commit

Permalink
Merge pull request summernote#2445 from Nico-VanHaaster/develop
Browse files Browse the repository at this point in the history
BS4 & BS3 Updates
  • Loading branch information
hackerwins authored Sep 1, 2017
2 parents 992ad8a + 7f4df73 commit 4f7dbb6
Show file tree
Hide file tree
Showing 100 changed files with 38 additions and 29,512 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ build/

# Ignoring dist folder content
# dist/*

# Ignoring visual studio
.vs
5 changes: 3 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ module.exports = function (grunt) {
},
all: {
files: [
{ 'dist/summernote.min.js': ['dist/summernote.js'] },
{ 'dist/summernote.min.js': ['dist/summernote.js'] },
{ 'dist/summernote-bs4.min.js': ['dist/summernote-bs4.js'] },
{
expand: true,
cwd: 'dist/lang',
Expand All @@ -159,7 +160,7 @@ module.exports = function (grunt) {
{
'dist/summernote.css': ['src/less/summernote.less'],
'dist/summernote-bs4.css': ['src/less/summernote-bs4.less'],
'dist/summernote-lite.css': ['src/less/summernote-lite.less']
'dist/summernote-lite.css': ['src/less/summernote-lite.less']

},
{
Expand Down
Binary file removed dist/font/summernote.eot
Binary file not shown.
Binary file removed dist/font/summernote.ttf
Binary file not shown.
Binary file removed dist/font/summernote.woff
Binary file not shown.
104 changes: 0 additions & 104 deletions dist/lang/summernote-ar-AR.js

This file was deleted.

3 changes: 0 additions & 3 deletions dist/lang/summernote-ar-AR.min.js

This file was deleted.

99 changes: 0 additions & 99 deletions dist/lang/summernote-bg-BG.js

This file was deleted.

3 changes: 0 additions & 3 deletions dist/lang/summernote-bg-BG.min.js

This file was deleted.

147 changes: 0 additions & 147 deletions dist/lang/summernote-ca-ES.js

This file was deleted.

Loading

0 comments on commit 4f7dbb6

Please sign in to comment.