Skip to content

Commit

Permalink
Gruntfile edits
Browse files Browse the repository at this point in the history
  • Loading branch information
turner committed Mar 19, 2018
1 parent 665b929 commit db0f834
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,17 @@ module.exports = function (grunt) {
},

copy: {
// css: {
// expand: true,
// src: 'css/igv.css',
// dest: 'dist'
// },
// img: {
// expand: true,
// cwd: 'css/img',
// src: '**',
// dest: 'dist/img/'
// },
css: {
expand: true,
src: 'css/igv.css',
dest: 'dist'
},
img: {
expand: true,
cwd: 'css/img',
src: '**',
dest: 'dist/css/img'
},
cssExample: {
src: 'css/igv.css',
dest: 'examples/'
Expand Down

0 comments on commit db0f834

Please sign in to comment.