mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Remove bootstrap from less config
This commit is contained in:
@@ -32,14 +32,12 @@ module.exports = (grunt) ->
|
||||
paths: [
|
||||
'static/variables'
|
||||
'static'
|
||||
'vendor/bootstrap/less'
|
||||
]
|
||||
glob_to_multiple:
|
||||
expand: true
|
||||
src: [
|
||||
'src/**/*.less'
|
||||
'static/**/*.less'
|
||||
'vendor/bootstrap/less/bootstrap.less'
|
||||
]
|
||||
dest: appDir
|
||||
ext: '.css'
|
||||
|
||||
Reference in New Issue
Block a user