Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
bundler
master
Bundler
Assets
Bundle
Coffee
Css
Js
SourceType
Tsc
Built with Crystal 1.9.2
2023-10-07 20:09:24 UTC
abstract class
Bundler::Assets
Bundler::Assets
Reference
Object
Direct Known Subclasses
Bundler::Coffee
Bundler::Css
Bundler::Js
Bundler::Tsc
Defined in:
bundler.cr
Constructors
.new
(file : String, source_type : SourceType)
Instance Method Summary
#collect
: String
#compile
#file
: String
#source_type
: Bundler::SourceType
Constructor Detail
def self.
new
(file : String, source_type :
SourceType
)
#
[
View source
]
Instance Method Detail
def
collect
: String
#
[
View source
]
def
compile
#
[
View source
]
def
file
: String
#
[
View source
]
def
source_type
:
Bundler::SourceType
#
[
View source
]