The css source in bower.json is missing: `"main": "angularjs-datetime-picker.js",` -> `"main": [ "angularjs-datetime-picker.js", "angularjs-datetime-picker.css" ],` With this change it's easier to inject the file with browsersync.