0

Builds without misstakes, but every first css rule block are deleted. What can cause the problem?

Grunt configurations: ...

useminPrepare: {
          html: 'app/index.html',
          options: {
            dest: 'docs'
          }
        },

    // Concat
    concat: {
      options: {
        separator: ';'
      },

      dist: {}
    },

    // Uglify
    uglify: {
      dist: {}
    },

    //Cssmin
    cssmin: {
      dist: {}
    },

1 Answers1

0

I have solved it. The trouble was caused by:

          options: {
            separator: ';'
          },

in concat.