Sha256: 94f40d565a991f59edbb44a9f5e78bb248d8641251610b2ca57d7bda1f8a0e44
Contents?: true
Size: 317 Bytes
Versions: 60
Compression:
Stored size: 317 Bytes
Contents
require 'commands/meta/run_command' require 'tmux/tmux' module Nutella class Compile < RunCommand @description = 'Compiles all the components that need compilation in the application' def run(args=nil) compile_and_dependencies 'compile', 'Compiling', 'components compiled' end end end
Version data entries
60 entries across 60 versions & 1 rubygems