Skip to content

Instantly share code, notes, and snippets.

View lewisd32's full-sized avatar

Derek Lewis lewisd32

  • Vancouver, BC, Canada
View GitHub Profile
@ojacobson
ojacobson / pom.xml
Created September 24, 2012 17:33
Bootstrap in Maven, draft 1
<plugin>
<groupId>org.lesscss</groupId>
<artifactId>lesscss-maven-plugin</artifactId>
<version>1.3.0</version>
<executions>
<execution>
<goals>
<goal>compile</goal>
</goals>
</execution>