]> source.dussan.org Git - jquery-ui.git/commitdiff
Build: Add a newline at the end of manifest files.
authorScott González <scott.gonzalez@gmail.com>
Thu, 19 Jul 2012 21:14:47 +0000 (17:14 -0400)
committerScott González <scott.gonzalez@gmail.com>
Thu, 19 Jul 2012 21:14:47 +0000 (17:14 -0400)
build/tasks/build.js

index b746ad71276a7e2535bd67f230a7caa0496f505c..bbe63da2ce12595c7595d69d60e17975c26b1694 100644 (file)
@@ -76,7 +76,7 @@ grunt.registerTask( "manifest", "Generate jquery.json manifest files", function(
                                });
 
                        grunt.file.write( manifest.name + ".jquery.json",
-                               JSON.stringify( manifest, null, "\t" ) );
+                               JSON.stringify( manifest, null, "\t" ) + "\n" );
                });
        });
 });