Skip to content

Commit

Permalink
Migrate icons
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed May 8, 2019
1 parent b37b56d commit 7a7a454
Show file tree
Hide file tree
Showing 12 changed files with 3,091 additions and 3,887 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 7a7a454

Please sign in to comment.