Closed andi98 closed 9 years ago
When I run grunt build in a wp-make theme the copy task fails:
grunt build
Andis-iMac:akbyte Andi$ grunt build Running "sass:all" (sass) task Running "postcss:dist" (postcss) task >> 1 processed stylesheet created. Running "cssmin:minify" (cssmin) task >> 1 file created. 148.03 kB → 114.64 kB Running "jshint:all" (jshint) task >> 2 files lint free. Running "concat:main" (concat) task File assets/js/akbyte.js created. Running "uglify:all" (uglify) task >> 1 file created. Running "clean:main" (clean) task >> 0 paths cleaned. Running "copy:main" (copy) task Warning: Unable to write "release/preview/assets" file (Error code: EISDIR). Use --force to continue. Aborted due to warnings.
When I run
grunt build
in a wp-make theme the copy task fails: