diff --git a/gulpfile.js b/gulpfile.js index 37b3158..a7a9e20 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -26,8 +26,8 @@ try { // This will prevent IDE's Git from unnecessarily // building diff's during development. const dist = process.env.NODE_ENV === 'development' - ? path.join(__dirname, './dist-dev') - : path.join(__dirname, './dist') + ? path.join(__dirname, 'dist-dev') + : path.join(__dirname, 'dist') const postcssPlugins = [ postcssPresetEnv()