Browse Source

Minify theme files

pull/401/head
Zlatan Vasović 11 years ago
parent
commit
3a649b686c
  1. 6
      Gruntfile.js
  2. 9
      dist/ratchet-theme-android.min.css
  3. 9
      dist/ratchet-theme-ios.min.css
  4. 9
      docs/dist/ratchet-theme-android.min.css
  5. 9
      docs/dist/ratchet-theme-ios.min.css

6
Gruntfile.js

@ -90,6 +90,12 @@ module.exports = function(grunt) {
src: '<%= meta.distPath %><%= pkg.name %>.css',
dest: '<%= meta.distPath %><%= pkg.name %>.min.css'
},
theme: {
files: {
'<%= meta.distPath %><%= pkg.name %>-theme-ios.min.css': '<%= meta.distPath %><%= pkg.name %>-theme-ios.css',
'<%= meta.distPath %><%= pkg.name %>-theme-android.min.css' : '<%= meta.distPath %><%= pkg.name %>-theme-android.css'
}
},
docs: {
src: [
'<%= meta.docsAssetsPath %>css/docs.css',

9
dist/ratchet-theme-android.min.css vendored

File diff suppressed because one or more lines are too long

9
dist/ratchet-theme-ios.min.css vendored

File diff suppressed because one or more lines are too long

9
docs/dist/ratchet-theme-android.min.css vendored

File diff suppressed because one or more lines are too long

9
docs/dist/ratchet-theme-ios.min.css vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save