spacekitcat/hackertextjs

View on GitHub
grunt/concat.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  options: {
    //banner: '<%= banner %>',
    stripBanners: true
  },
  dist: {
    src: ['tmp/*.js'],
    dest: 'dist/hackertext.js'
  },
}