Browse Source

Follow the naming standard.

Piotrek Koszuliński 11 years ago
parent
commit
1a37506e43
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dev/tasks/build/builder.js

+ 1 - 1
dev/tasks/build/builder.js

@@ -31,7 +31,7 @@ function Builder( target ) {
 	 *
 	 * @property {String}
 	 */
-	this.tmp = 'build_tmp';
+	this.tmp = 'build-tmp';
 
 	/**
 	 * The list of tasks to be executed by the `build()` method. Each entry is an Array containing the name of the