This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var thunkDispatcherRef = { | |
dispatch: function () {} | |
} | |
/** | |
* The angular injection middleware allows our redux actions to return functions. | |
* | |
* The function will be executed with regular angular dependency injection, allowing | |
* you to use angular services in Redux actions. | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import haxe.macro.Context; | |
import haxe.macro.Type; | |
import haxe.macro.Expr; | |
import sys.io.File; | |
class WebpackLoaderUtil { | |
public static function outputJson(outputFile:String) { | |
Context.onGenerate(function (types:Array<Type>) { | |
var allFilesUsed = []; | |
for (type in types) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.wysiwyg-color-black { | |
color: #000; } | |
.wysiwyg-color-black70 { | |
color: #4d4d4d; } | |
.wysiwyg-color-black60 { | |
color: #666666; } | |
.wysiwyg-color-black50 { | |
color: gray; } | |
.wysiwyg-color-black40 { | |
color: #999999; } |
OlderNewer