Browse Source

Compile uncompressed stylesheet along .min for easier updating for non-Less users

master
Michael Rose 9 years ago
parent
commit
64af630ff8
  1. 11
      Gruntfile.js
  2. 4409
      assets/css/main.css
  3. BIN
      images/ps_neutral.png
  4. BIN
      images/triangular.png
  5. BIN
      images/witewall_3.png

11
Gruntfile.js

@ -24,6 +24,17 @@ module.exports = function(grunt) { @@ -24,6 +24,17 @@ module.exports = function(grunt) {
'assets/less/main.less'
]
}
},
dev: {
options: {
compile: true,
compress: false
},
files: {
'assets/css/main.css': [
'assets/less/main.less'
]
}
}
},
uglify: {

4409
assets/css/main.css

File diff suppressed because it is too large Load Diff

BIN
images/ps_neutral.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 B

After

Width:  |  Height:  |  Size: 92 B

BIN
images/triangular.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 B

After

Width:  |  Height:  |  Size: 223 B

BIN
images/witewall_3.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Loading…
Cancel
Save