Skip to content

Commit

Permalink
update gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
therewasaguy committed Jan 30, 2015
1 parent 82ab1f0 commit 06412ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module.exports = function(grunt) {
findNestedDependencies: true,
include: ['src/app'],
onBuildWrite: function( name, path, contents ) {
if (path.indexOf('node_modules') > 1) {
if (path.indexOf('node_modules/tone/') > -1) {
return '/** Tone.js module by Yotam Mann, MIT License 2014 http://opensource.org/licenses/MIT **/\n' +
require('amdclean').clean({
'code': contents,
Expand Down

0 comments on commit 06412ec

Please sign in to comment.