Skip to content

Commit 781d96d

Browse files
committed
Fix Bootcamp solution creation
1 parent 2afb2ea commit 781d96d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/commands/bootcamp/solution/create.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ def code
4242
html: Bootcamp::Solution::GenerateStub.(exercise, user, 'html'),
4343
css: Bootcamp::Solution::GenerateStub.(exercise, user, 'css')
4444
}
45+
when "frontend"
46+
{
47+
html: Bootcamp::Solution::GenerateStub.(exercise, user, 'html'),
48+
css: Bootcamp::Solution::GenerateStub.(exercise, user, 'css'),
49+
js: Bootcamp::Solution::GenerateStub.(exercise, user, 'js')
50+
}
4551
end
4652
end
4753

0 commit comments

Comments
 (0)