Answers for "how to exclude required files from grunt merge"

0

how to exclude required files from grunt merge

concat: {
  js: {
    src: [
      'app/**/*.js',
      '!**/*test.js'
    ],
    dest: 'app/scripts.js'
  }
}
Posted by: Guest on June-06-2020

Code answers related to "how to exclude required files from grunt merge"

Code answers related to "Javascript"

Browse Popular Code Answers by Language