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 706b898 commit 6f89506Copy full SHA for 6f89506
rake_tasks/crazy_fun/mappings/javascript.rb
@@ -1,8 +1,6 @@
1
-require 'rake_tasks/crazy_fun/mappings/common'
2
3
require 'pathname'
4
require 'set'
5
-#
+
6
# class JavascriptMappings
7
# def add_all(fun)
8
# # Generates a JavaScript library.
rake_tasks/crazy_fun/mappings/rake.rb
@@ -1,5 +1,3 @@
-
class RakeMappings
def add_all(fun)
fun.add_mapping("rake_task", CrazyFunRake::CheckPreconditions.new)
0 commit comments