Add build option for gulpjs projects
This commit is contained in:
parent
f886e273d7
commit
dff0d2eb70
1 changed files with 4 additions and 1 deletions
|
@ -159,7 +159,10 @@
|
|||
(cdr-safe (assq 'dependencies (gethash project npm-conf))))))
|
||||
(assq 'react deps))))
|
||||
|
||||
(def-project-type! gulpjs "gulp" :match "/gulpfile.js$")
|
||||
(def-project-type! gulpjs "gulp"
|
||||
:modes (nodejs-project-mode)
|
||||
:files ("gulpfile.js")
|
||||
:build ("gulp %s" "gulpfile.js"))
|
||||
|
||||
(provide 'module-js)
|
||||
;;; module-js.el ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue