peepe poopoo
This commit is contained in:
4
app/.haxerc
Normal file
4
app/.haxerc
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"version": "4.2.5",
|
||||
"resolveLibs": "scoped"
|
||||
}
|
||||
3
app/haxe_libraries/haxe-loader.hxml
Normal file
3
app/haxe_libraries/haxe-loader.hxml
Normal file
@@ -0,0 +1,3 @@
|
||||
# @install: lix --silent download "haxelib:/haxe-loader#0.9.0" into haxe-loader/0.9.0/haxelib
|
||||
-cp ${HAXE_LIBCACHE}/haxe-loader/0.9.0/haxelib/haxelib/
|
||||
-D haxe-loader=0.9.0
|
||||
3
app/haxe_libraries/history.hxml
Normal file
3
app/haxe_libraries/history.hxml
Normal file
@@ -0,0 +1,3 @@
|
||||
# @install: lix --silent download "haxelib:/history#0.0.1" into history/0.0.1/haxelib
|
||||
-cp ${HAXE_LIBCACHE}/history/0.0.1/haxelib/src
|
||||
-D history=0.0.1
|
||||
3
app/haxe_libraries/html-entities.hxml
Normal file
3
app/haxe_libraries/html-entities.hxml
Normal file
@@ -0,0 +1,3 @@
|
||||
# @install: lix --silent download "haxelib:/html-entities#1.0.0" into html-entities/1.0.0/haxelib
|
||||
-cp ${HAXE_LIBCACHE}/html-entities/1.0.0/haxelib/src
|
||||
-D html-entities=1.0.0
|
||||
7
app/haxe_libraries/hxnodejs.hxml
Normal file
7
app/haxe_libraries/hxnodejs.hxml
Normal file
@@ -0,0 +1,7 @@
|
||||
# @install: lix --silent download "haxelib:/hxnodejs#12.1.0" into hxnodejs/12.1.0/haxelib
|
||||
-cp ${HAXE_LIBCACHE}/hxnodejs/12.1.0/haxelib/src
|
||||
-D hxnodejs=12.1.0
|
||||
--macro allowPackage('sys')
|
||||
# should behave like other target defines and not be defined in macro context
|
||||
--macro define('nodejs')
|
||||
--macro _internal.SuppressDeprecated.run()
|
||||
6
app/haxe_libraries/react-router-4.hxml
Normal file
6
app/haxe_libraries/react-router-4.hxml
Normal file
@@ -0,0 +1,6 @@
|
||||
# @install: lix --silent download "haxelib:/react-router-4#0.2.8" into react-router-4/0.2.8/haxelib
|
||||
-lib history
|
||||
-cp ${HAXE_LIBCACHE}/react-router-4/0.2.8/haxelib/src
|
||||
-D react-router-4=0.2.8
|
||||
--macro react.router.bundle.Bundle.addHook()
|
||||
|
||||
4
app/haxe_libraries/react.hxml
Normal file
4
app/haxe_libraries/react.hxml
Normal file
@@ -0,0 +1,4 @@
|
||||
# @install: lix --silent download "haxelib:/react#1.12.0" into react/1.12.0/haxelib
|
||||
-lib html-entities
|
||||
-cp ${HAXE_LIBCACHE}/react/1.12.0/haxelib/src/lib
|
||||
-D react=1.12.0
|
||||
Reference in New Issue
Block a user