|
|
|
|
@ -158,6 +158,10 @@ gulp.task('lib', ['clean:lib'], function () {
@@ -158,6 +158,10 @@ gulp.task('lib', ['clean:lib'], function () {
|
|
|
|
|
src: paths.npmDir + 'clipboard/dist/clipboard*.js', |
|
|
|
|
dest: paths.libDir + 'clipboard' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
src: paths.npmDir + 'node-forge/dist/prime.worker.*', |
|
|
|
|
dest: paths.libDir + 'forge' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
src: [ |
|
|
|
|
paths.npmDir + 'angulartics-google-analytics/lib/angulartics*.js', |
|
|
|
|
@ -293,6 +297,10 @@ gulp.task('dist:move', function () {
@@ -293,6 +297,10 @@ gulp.task('dist:move', function () {
|
|
|
|
|
src: paths.npmDir + 'angular/angular.min.js', |
|
|
|
|
dest: paths.dist + 'lib/angular' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
src: paths.npmDir + 'node-forge/dist/prime.worker.*', |
|
|
|
|
dest: paths.dist + 'lib/forge' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
src: [ |
|
|
|
|
paths.webroot + '**/app/**/*.html', |
|
|
|
|
|