forked from olcxjas-softworks/LarpixClient
4 lines
176 B
CoffeeScript
4 lines
176 B
CoffeeScript
module.exports = (env, callback) ->
|
|
# hack to have browserify ignore the symlinked gif.js
|
|
env.registerContentPlugin 'files', 'gif.*js', env.plugins.StaticFile
|
|
callback()
|