mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add build option for gulpjs projects
This commit is contained in:
@ -159,7 +159,10 @@
|
|||||||
(cdr-safe (assq 'dependencies (gethash project npm-conf))))))
|
(cdr-safe (assq 'dependencies (gethash project npm-conf))))))
|
||||||
(assq 'react deps))))
|
(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)
|
(provide 'module-js)
|
||||||
;;; module-js.el ends here
|
;;; module-js.el ends here
|
||||||
|
Reference in New Issue
Block a user