Skip to content

Commit

Permalink
Merge ab09eb4 into e18198a
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed May 7, 2019
2 parents e18198a + ab09eb4 commit b4b6835
Show file tree
Hide file tree
Showing 106 changed files with 3,101 additions and 13,333 deletions.
8 changes: 4 additions & 4 deletions gulp/tasks/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ gulp.task( 'styles:ie', function() {
} );

gulp.task( 'styles:icon-fonts', function() {
let static = 'paying_for_college/static/paying_for_college/disclosures/static/';
let staticPath = 'paying_for_college/static/paying_for_college/disclosures/static/';
return gulp.src( './node_modules/cf-icons/src/fonts/*' )
.pipe( gulp.dest( static + 'fonts/' ) );
.pipe( gulp.dest( staticPath + 'fonts/' ) );
} );

gulp.task( 'styles:icons', function() {
let static = 'paying_for_college/static/paying_for_college/disclosures/static/';
let staticPath = 'paying_for_college/static/paying_for_college/disclosures/static/';
return gulp.src( './node_modules/cf-icons/src/icons/*' )
.pipe( gulp.dest( static + 'icons/' ) );
.pipe( gulp.dest( staticPath + 'icons/' ) );
} );


Expand Down
Loading

0 comments on commit b4b6835

Please sign in to comment.