mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
biscotto is in build folder not tasks folder
This commit is contained in:
@@ -3,7 +3,7 @@ fs = require 'fs'
|
||||
|
||||
module.exports = (grunt) ->
|
||||
cmd = path.join('node_modules', '.bin', 'coffee')
|
||||
commonArgs = [path.join('tasks', 'node_modules', '.bin', 'biscotto'), '--']
|
||||
commonArgs = [path.join('build', 'node_modules', '.bin', 'biscotto'), '--']
|
||||
opts =
|
||||
stdio: 'inherit'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user