Skip to content

Commit

Permalink
Merge branch 'release/2.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbir1991 committed Jul 31, 2017
2 parents 3b3c855 + b13bf17 commit eb8ed87
Show file tree
Hide file tree
Showing 26 changed files with 1,299 additions and 457 deletions.
5 changes: 3 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = function(grunt) {
// one to one
core: {
options: {
sourceMap: true,
sourceMap: false,
sourceMapFilename: 'style.css.map',
sourceMapURL: 'style.css.map',
sourceMapRootpath: '../../'
Expand All @@ -31,7 +31,8 @@ module.exports = function(grunt) {
'<%= dirs.css %>/skins/pink.css': '<%= dirs.less %>/skin/pink.less',
'<%= dirs.css %>/skins/purple.css': '<%= dirs.less %>/skin/purple.less',
'<%= dirs.css %>/skins/red.css': '<%= dirs.less %>/skin/red.less',
'<%= dirs.css %>/skins/sky.css': '<%= dirs.less %>/skin/sky.less'
'<%= dirs.css %>/skins/sky.css': '<%= dirs.less %>/skin/sky.less',
'<%= dirs.css %>/skins/rose-quartz.css': '<%= dirs.less %>/skin/rose-quartz.less'
}
},
},
Expand Down
10 changes: 3 additions & 7 deletions assets/css/skins/blue.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 deletions assets/css/skins/green.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 deletions assets/css/skins/orange.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 deletions assets/css/skins/pink.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 deletions assets/css/skins/purple.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 deletions assets/css/skins/red.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eb8ed87

Please sign in to comment.