Skip to content

Commit

Permalink
🔧 Added parallel shell, fixed watch script
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincharity committed Aug 3, 2016
1 parent 76a60a5 commit 68f3351
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -2,8 +2,6 @@

<img src="https://cloud.githubusercontent.com/assets/270193/17381800/d28f0a98-599b-11e6-8ac5-b6307cefe388.png" align="right" alt="angular-json-calendar">



[![MIT License][license_image]][license_url] [![Coverage Status][coverage_image]][coverage_url] [![NPM version][npm_version_image]][npm_url]

A calendar module that focuses on providing the data needed to construct a calendar without
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
"scss:expanded": "node-sass --output-style expanded -o dist/ src/calendar.scss && mv dist/calendar.css dist/angular-json-calendar.css",
"watch:css": "onchange 'src/*.scss' -- npm run build:css",
"watch:js": "onchange 'src/*.js' 'src/*.html' -e 'src/*.spec.js' -- npm run build:js",
"watch": "onchange 'src/*.js' 'src/*.html' 'src/*.scss' -e 'src/*.spec.js' -- npm run build",
"watch": "parallelshell 'npm run test' 'npm run watch:css' 'npm run watch:js'",
"test": "karma start --singleRun=true"
},
"repository": {
Expand Down Expand Up @@ -69,6 +69,7 @@
"node-sass": "^3.4.2",
"onchange": "^2.2.0",
"osx-notifier": "^0.2.2",
"parallelshell": "^2.0.0",
"phantomjs": "^2.1.7",
"postcss-cli": "^2.5.1",
"sass-loader": "^3.1.2",
Expand Down

0 comments on commit 68f3351

Please sign in to comment.