mirror of
https://github.com/ansible/awx.git
synced 2026-02-04 02:58:13 -03:30
Fixed spacing issue in UI build script.
This commit is contained in:
@@ -11,7 +11,7 @@ module.exports = function(grunt) {
|
||||
uses_defaults: ['awx/ui/static/js/*','awx/ui/static/lib/ansible/*', '!awx/ui/static/js/awx-min.js']
|
||||
},
|
||||
|
||||
uglify: {
|
||||
uglify: {
|
||||
options: {
|
||||
banner: '/*! <%= pkg.name %> - v<%= pkg.version %> - ' +
|
||||
'<%= grunt.template.today("yyyy-mm-dd") %> */'
|
||||
|
||||
Reference in New Issue
Block a user