Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

outputFileFormat file name #74

Open
yracnet opened this issue Dec 5, 2016 · 1 comment
Open

outputFileFormat file name #74

yracnet opened this issue Dec 5, 2016 · 1 comment

Comments

@yracnet
Copy link

yracnet commented Dec 5, 2016

I declared this configurarion in my pom.xml

  <plugin>
    <groupId>org.lesscss</groupId>
    <artifactId>lesscss-maven-plugin</artifactId>
    <version>1.7.0.1.1</version>
    <configuration>
      <includes>
        <include>bootstrap/bootstrap.less</include>
      </includes>
    </configuration>
    <executions>
      <execution>
        <id>minify</id>
        <goals><goal>compile</goal></goals>
        <configuration>
          <compress>true</compress>
          <outputFileFormat>{fileName}.min.css</outputFileFormat>
        </configuration>
      </execution>
    </executions>
  </plugin>

When run, the file generated is bootstrapbootstrap.min.css when i hope bootstrap/bootstrap.min.css.

The variable {fileName} remove character / or \

@ggwhite
Copy link

ggwhite commented Jan 4, 2017

I have the same problem, too.
But it only happen on windows, on my Mac is OK...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants