11 lines
312 B
JSON
Executable File
11 lines
312 B
JSON
Executable File
{
|
|
"options": {
|
|
"stripBanners": true,
|
|
"banner": "/**\n * Copyright © <%= grunt.template.today(\"yyyy\") %> Magento. All rights reserved.\n * See COPYING.txt for license details.\n */\n"
|
|
},
|
|
"setup": {
|
|
"src": "<%= path.css.setup %>/setup.css",
|
|
"dest": "<%= path.css.setup %>/setup.css"
|
|
}
|
|
}
|