Skip to content
This repository has been archived by the owner on Sep 22, 2018. It is now read-only.

Commit

Permalink
Build v1.0.0 Alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
kimbtech committed Dec 26, 2017
1 parent f9a9e69 commit b8a9327
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ console.log( "=> 1. Minify" );
};

function readdir( path, relpath ){
fs.readdirSync( path , 'uft8').forEach( function( file ){
fs.readdirSync( path , 'utf8').forEach( function( file ){
if( fs.lstatSync( path + "/" + file ).isDirectory() ){
readdir( path + "/" + file, relpath + file + "/" );
}
Expand Down
Loading

0 comments on commit b8a9327

Please sign in to comment.