parent
a2491aa512
commit
b469558a21
@ -1,4 +1,8 @@
|
|||||||
# desc "Explaining what the task does"
|
namespace :dashboard do
|
||||||
# task :dashboard do
|
desc "Explaining what the task does"
|
||||||
# # Task goes here
|
task :example do
|
||||||
# end
|
# Task goes here
|
||||||
|
puts "compiling css"
|
||||||
|
`yarn build:css`
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|||||||
Loading…
Reference in new issue