Skip to content
This repository was archived by the owner on Sep 24, 2020. It is now read-only.

Commit 5e3e9b9

Browse files
committed
Fix missing bootstrap.css
1 parent f3fc091 commit 5e3e9b9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
## [v0.4.1] (2017-03-17)
4+
5+
** Fixes **
6+
7+
* Fix missing bootstrap.css
8+
39
## [v0.4.0] (2017-03-17)
410

511
** Features **

template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "{{ author }}",
66
"private": true,
77
"scripts": {
8-
"build": "cross-env NODE_ENV=production npm run clean && npm run test && npm run sass && npm run build-parts && npm run clean-css && npm run process-html",
8+
"build": "cross-env NODE_ENV=production npm run clean && npm run test && npm run sass && npm run copy-bs && npm run build-parts && npm run clean-css && npm run process-html",
99
"build-parts": "npm run sass && npm run compile",
1010
"ci-teamcity": "karma --env=tc start karma.coverage.js && npm run ts-coverage-remap",
1111
"ci-jenkins": "karma --env=jk start karma.coverage.js && npm run ts-coverage-remap",
@@ -16,7 +16,7 @@
1616
"coverage": "npm run coverage-run && npm run ts-coverage-remap && npm run coverage-report-open",
1717
"coverage-run": "karma start karma.coverage.js",
1818
"coverage-report-open": "opn coverage/html-ts/index.html",
19-
"dev": "cross-env NODE_ENV=development npm run sass && concurrently --kill-others \"webpack-dev-server --hot --inline\" \"node-sass --watch --output ./src/css ./src/sass\"",
19+
"dev": "cross-env NODE_ENV=development npm run sass && npm run copy-bs && concurrently --kill-others \"webpack-dev-server --hot --inline\" \"node-sass --watch --output ./src/css ./src/sass\"",
2020
"lint": "tslint src/**/*.ts",
2121
"process-html": "htmlprocessor src/index.html -o dist/index.html",
2222
"sass": "node-sass --output ./src/css ./src/sass",

0 commit comments

Comments
 (0)