10up / generator-wp-make

A Yeoman generator for making WordPress things
184 stars 42 forks source link

grunt build failes in theme #39

Closed andi98 closed 9 years ago

andi98 commented 9 years ago

When I run grunt build in a wp-make theme the copy task fails:

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.