Skip to content

Commit

Permalink
adapted to new filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
hallard committed May 19, 2016
1 parent d106391 commit 6f70113
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions webdev/create_spiffs.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ function copyCreate(file, compress) {
}
}

copyCreate('js/jquery.mousewheel-min.js',true);
copyCreate('js/jquery.terminal-min.js',true);
copyCreate('js/jquery-1.12.3.min.js',true);
copyCreate('css/jquery.terminal-min.css',true);
copyCreate('js/mousewheel.js',true);
copyCreate('js/terminal.js',true);
copyCreate('js/jquery-1.12.3.js',true);
copyCreate('css/terminal.css',true);
copyCreate('index.htm');
copyCreate('edit.htm');
copyCreate('favicon.ico');
Expand Down

0 comments on commit 6f70113

Please sign in to comment.