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

Commit b8cc062

Browse files
fix(docs): use node_modules/angularytics
1 parent 64c4585 commit b8cc062

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ module.exports = function(gulp, IS_RELEASE_BUILD) {
109109

110110
gulp.task('docs-js', ['docs-app', 'docs-html2js', 'demos', 'build'], function() {
111111
return gulp.src([
112-
'bower_components/angularytics/dist/angularytics.js',
112+
'node_modules/angularytics/dist/angularytics.js',
113113
'dist/angular-material.js',
114114
'dist/docs/js/**/*.js'
115115
])

0 commit comments

Comments
 (0)