Add bootstrap to package.json

Removes the need to have it as a submodule by just using it directly
from the package.json using a Git URL bound to v3.0.0
This commit is contained in:
Kevin Sawicki 2013-09-17 15:04:46 -07:00
parent f64c0e0472
commit 0797a89088
4 changed files with 2 additions and 5 deletions

3
.gitmodules vendored
View File

@ -1,6 +1,3 @@
[submodule "vendor/bootstrap"]
path = vendor/bootstrap
url = https://github.com/twbs/bootstrap
[submodule "vendor/apm"] [submodule "vendor/apm"]
path = vendor/apm path = vendor/apm
url = https://github.com/atom/apm.git url = https://github.com/atom/apm.git

View File

@ -44,7 +44,7 @@ module.exports = (grunt) ->
prebuildLessConfig = prebuildLessConfig =
src: [ src: [
'static/**/*.less' 'static/**/*.less'
'vendor/bootstrap/less/bootstrap.less' 'node_modules/bootstrap/less/bootstrap.less'
] ]
csonConfig = csonConfig =

View File

@ -12,6 +12,7 @@
"atomShellVersion": "0.4.7", "atomShellVersion": "0.4.7",
"dependencies": { "dependencies": {
"async": "0.2.6", "async": "0.2.6",
"bootstrap": "git://github.com/twbs/bootstrap.git#v3.0.0",
"coffee-script": "1.6.2", "coffee-script": "1.6.2",
"coffeestack": "0.4.0", "coffeestack": "0.4.0",
"first-mate": "0.1.0", "first-mate": "0.1.0",

1
vendor/bootstrap vendored

@ -1 +0,0 @@
Subproject commit e8a1df5f060bf7e6631554648e0abde150aedbe4