mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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))))))
|
||||
(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
|
||||
|
Reference in New Issue
Block a user