You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
312 B

  1. {
  2. "options": {
  3. "stripBanners": true,
  4. "banner": "/**\n * Copyright © <%= grunt.template.today(\"yyyy\") %> Magento. All rights reserved.\n * See COPYING.txt for license details.\n */\n"
  5. },
  6. "setup": {
  7. "src": "<%= path.css.setup %>/setup.css",
  8. "dest": "<%= path.css.setup %>/setup.css"
  9. }
  10. }