Skip to content

Commit

Permalink
nuke rtl
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed May 13, 2014
1 parent 96bdc56 commit f5513fd
Show file tree
Hide file tree
Showing 18 changed files with 16 additions and 7,551 deletions.
11 changes: 1 addition & 10 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ module.exports = function (grunt) {
},
files: {
'dist/css/<%= pkg.name %>.min.css': 'dist/css/<%= pkg.name %>.css',
'dist/css/<%= pkg.name %>-rtl.min.css': 'dist/css/<%= pkg.name %>-rtl.css',
'dist/css/<%= pkg.name %>-theme.min.css': 'dist/css/<%= pkg.name %>-theme.css'
}
}
Expand Down Expand Up @@ -215,14 +214,6 @@ module.exports = function (grunt) {
}
},

cssflip: {
rtl: {
files: {
'dist/css/<%= pkg.name %>-rtl.css': 'dist/css/<%= pkg.name %>.css'
}
}
},

csslint: {
options: {
csslintrc: 'less/.csslintrc'
Expand Down Expand Up @@ -435,7 +426,7 @@ module.exports = function (grunt) {

// CSS distribution task.
grunt.registerTask('less-compile', ['less:compileCore', 'less:compileTheme']);
grunt.registerTask('dist-css', ['less-compile', 'autoprefixer', 'cssflip', 'usebanner', 'csscomb', 'less:minify', 'cssmin']);
grunt.registerTask('dist-css', ['less-compile', 'autoprefixer', 'usebanner', 'csscomb', 'less:minify', 'cssmin']);

// Docs distribution task.
grunt.registerTask('dist-docs', 'copy:docs');
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dependencies
markdown: rdiscount
pygments: true
highlighter: pygments

# Permalinks
permalink: pretty
Expand Down
Loading

0 comments on commit f5513fd

Please sign in to comment.