Skip to content

Commit f874523

Browse files
committed
Bump to 0.2.2; uses clean production profile for classpath
1 parent 7ddf1b6 commit f874523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cfmljure.cfc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
component {
2-
variables._cfmljure_version = "0.2.1";
2+
variables._cfmljure_version = "0.2.2";
33
/*
44
Copyright (c) 2012-2015, Sean Corfield
55
@@ -40,7 +40,7 @@ component {
4040
}
4141
fileWrite( script,
4242
"#cmd.cd# #project#" & nl &
43-
"#lein# classpath" & nl );
43+
"#lein# with-profile production do clean, classpath" & nl );
4444
var classpath = "";
4545
cfexecute( name="#cmd.run#", arguments="#cmd.arg#", variable="classpath", timeout="#timeout#" );
4646
// could be multiple lines so clean it up:

0 commit comments

Comments
 (0)