We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2afb2ea commit 781d96dCopy full SHA for 781d96d
app/commands/bootcamp/solution/create.rb
@@ -42,6 +42,12 @@ def code
42
html: Bootcamp::Solution::GenerateStub.(exercise, user, 'html'),
43
css: Bootcamp::Solution::GenerateStub.(exercise, user, 'css')
44
}
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
+ }
51
end
52
53
0 commit comments