azkaban-developers

Rewrite azkaban-svg.css in LESS.

12/8/2013 9:57:48 PM

Details

build.xml 2(+2 -0)

diff --git a/build.xml b/build.xml
index 26e9802..4b81f6d 100644
--- a/build.xml
+++ b/build.xml
@@ -75,6 +75,7 @@
 				 elements, and for and foreach requires ant-contrib, we use targetfile 
 				 for the template name parameter and then redirect the output of dustc
 				 to the final output file -->
+		<echo message="Compiling Dust templates." />
 		<apply dir="${dust.src.dir}" executable="dustc" relative="true">
 			<mapper type="glob" from="*.tl" to="*" />
 			<targetfile prefix="--name=" />
@@ -86,6 +87,7 @@
 		</apply>
 
 		<!-- Compile LESS to CSS -->
+		<echo message="Compiling LESS style sheets." />
 		<apply dir="${less.src.dir}" executable="lessc" relative="true">
 			<mapper type="glob" from="*.less" to="*.css" />
 			<srcfile />
diff --git a/src/web/js/azkaban.project.view.js b/src/web/js/azkaban.project.view.js
index 0ccd2d5..a1b8f3d 100644
--- a/src/web/js/azkaban.project.view.js
+++ b/src/web/js/azkaban.project.view.js
@@ -117,8 +117,8 @@ azkaban.FlowTableView = Backbone.View.extend({
 			target.loading = true;
 			var requestData = {
 				"project": projectName, 
-				"ajax":"fetchflowjobs", 
-				"flow":targetId
+				"ajax": "fetchflowjobs", 
+				"flow": targetId
 			};
 			var successHandler = function(data) {
 				console.log("Success");