0

My question is in subject. I have the following config for this module:

grunt.initConfig({
    coffee: {
        options: {
            bare: true
        },
        scripts: {
            expand: true,
            flatten: true,
            cwd: 'coffee/',
            src: ['*.coffee'],
            dest: 'js/',
            ext: '.js'
        }
    }
});

After compilation Grunt creates subfolder for each output js-file with the same directory name, instead put all output files in single directory "js/". Sorry for my bad English and thank you for the help.

RRRPro
  • 3
  • 2

1 Answers1

0

Sorry, It was my error. Config is right. Question closed.

RRRPro
  • 3
  • 2