Skip to content
Snippets Groups Projects
Commit b9f3d16d authored by Christophe Rhodes's avatar Christophe Rhodes
Browse files

Export static file and source-file-type

parent e3447422
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,8 @@
#:component #:module #:source-file
#:c-source-file #:cl-source-file #:java-source-file
#:static-file
#:source-file-type
#:module ; components
#:unix-dso
......@@ -193,11 +195,8 @@ system."))
(component-system component))))))
(defclass static-file (source-file) ())
(defclass html-file (static-file) ())
(defmethod source-file-type ((c html-file) (s module)) "html")
(defmethod source-file-type ((c static-file) (s module)) nil)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; operations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment