r477 - nuiton-js-bootstrap/trunk nuiton-js-font-awesome/trunk
Author: echatellier Date: 2014-05-26 18:02:34 +0200 (Mon, 26 May 2014) New Revision: 477 Url: http://forge.nuiton.org/projects/nuiton-js/repository/revisions/477 Log: Fix strange css code Modified: nuiton-js-bootstrap/trunk/pom.xml nuiton-js-font-awesome/trunk/pom.xml Modified: nuiton-js-bootstrap/trunk/pom.xml =================================================================== --- nuiton-js-bootstrap/trunk/pom.xml 2014-05-26 09:13:09 UTC (rev 476) +++ nuiton-js-bootstrap/trunk/pom.xml 2014-05-26 16:02:34 UTC (rev 477) @@ -99,6 +99,31 @@ </execution> </executions> </plugin> + <plugin> + <groupId>com.google.code.maven-replacer-plugin</groupId> + <artifactId>replacer</artifactId> + <version>1.5.3</version> + <executions> + <execution> + <phase>prepare-package</phase> + <goals> + <goal>replace</goal> + </goals> + </execution> + </executions> + <configuration> + <file>${destDir}/css/bootstrap.css</file> + <regex>false</regex> + <replacements> + <replacement> + <token>?#iefix</token> + </replacement> + <replacement> + <token>#glyphicons_halflingsregular</token> + </replacement> + </replacements> + </configuration> + </plugin> </plugins> </build> </project> \ No newline at end of file Modified: nuiton-js-font-awesome/trunk/pom.xml =================================================================== (Binary files differ)
participants (1)
-
echatellier@users.nuiton.org