Skip to content
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.

Commit

Permalink
chore(build): watch example source files for compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
justindujardin committed Dec 25, 2015
1 parent f12f41e commit 2e725b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ module.exports = function (grunt) {
files: [
'<%- sourceRoot %>/**/*.ts',
'./*.ts',
'examples/*.ts',
'test/**/*.ts'
],
tasks: ['ts:source', 'notify:source']
Expand Down

0 comments on commit 2e725b9

Please sign in to comment.