Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to exclude required files from grunt merge

concat: {
  js: {
    src: [
      'app/**/*.js',
      '!**/*test.js'
    ],
    dest: 'app/scripts.js'
  }
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #exclude #required #files #grunt #merge
ADD COMMENT
Topic
Name
9+7 =