mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Build: Add a newline at the end of manifest files.
This commit is contained in:
parent
763a111552
commit
ebc8210b1f
@ -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" );
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user