|
@@ -23,7 +23,7 @@ type Metla struct {
|
|
|
|
|
|
func (s *Metla) content(name string) (content []byte, err error) {
|
|
|
if content, err = s.contentCallback(name); err == nil {
|
|
|
- if filepath.Ext(name) != ".script" {
|
|
|
+ if filepath.Ext(name) != ".script" || filepath.Ext(name) != ".sjs" {
|
|
|
content, err = parseBytes(content, name)
|
|
|
}
|
|
|
}
|