Skip to content

background: url( ) generates with \'s when run on windows #56

@tehbeard

Description

@tehbeard

Grunt configuration:

spritesheet: {
      compile: {
        options: {
          outputImage: 'data/img/items.png',
          outputCss: 'data/css/items.css',
          selector: '.mc-item'
        },
        files: {
          './': 'tmp/items/*'
        }
      }
    }

generates this line background: url( '..\img\items.png' ) no-repeat; instead of background: url( '../img/items.png' ) no-repeat;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions