mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-30 03:18:24 +00:00
Adds sass support and bootstrap to ember-cli build config
This commit is contained in:
parent
e834c7d210
commit
5ff23586d4
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>WherehowsWeb</title>
|
||||
<title>WhereHows by LinkedIn</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
|
||||
1
wherehows-web/app/styles/app.scss
Normal file
1
wherehows-web/app/styles/app.scss
Normal file
@ -0,0 +1 @@
|
||||
@import "bootstrap";
|
||||
@ -20,6 +20,7 @@
|
||||
"ember-cli": "2.10.0",
|
||||
"ember-cli-app-version": "^2.0.0",
|
||||
"ember-cli-babel": "^5.1.7",
|
||||
"ember-cli-bootstrap-sassy": "0.5.5",
|
||||
"ember-cli-dependency-checker": "^1.3.0",
|
||||
"ember-cli-htmlbars": "^1.0.10",
|
||||
"ember-cli-htmlbars-inline-precompile": "^0.3.3",
|
||||
@ -27,6 +28,7 @@
|
||||
"ember-cli-jshint": "^2.0.1",
|
||||
"ember-cli-qunit": "^3.0.1",
|
||||
"ember-cli-release": "^0.2.9",
|
||||
"ember-cli-sass": "6.1.1",
|
||||
"ember-cli-sri": "^2.1.0",
|
||||
"ember-cli-test-loader": "^1.1.0",
|
||||
"ember-cli-uglify": "^1.2.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user