mirror of
https://github.com/MinimalBible/MinimalBible.github.io
synced 2024-12-21 06:08:19 -05:00
Compile uncompressed stylesheet along .min for easier updating for non-Less users
This commit is contained in:
parent
0e306c6f1b
commit
64af630ff8
11
Gruntfile.js
11
Gruntfile.js
@ -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
Normal file
4409
assets/css/main.css
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 100 B After Width: | Height: | Size: 92 B |
Binary file not shown.
Before Width: | Height: | Size: 210 B After Width: | Height: | Size: 223 B |
Binary file not shown.
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 21 KiB |
Loading…
Reference in New Issue
Block a user