Sfoglia il codice sorgente

Follow the naming standard.

Piotrek Koszuliński 11 anni fa
parent
commit
1a37506e43
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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