()
| 169 | return path.join(ss.root,options.dirs.css); |
| 170 | }, |
| 171 | get static() { |
| 172 | return path.join(ss.root,options.dirs.static); |
| 173 | }, |
| 174 | get assets() { |
| 175 | return path.join(ss.root,options.dirs.assets); |
| 176 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected