Sha256: b2f0fc7defabe7f3ce999f15454d2ace913dcb204bdba067c0343ef809d38240

Contents?: true

Size: 354 Bytes

Versions: 9

Compression:

Stored size: 354 Bytes

Contents

steal.config({
	map: {
		"*": {
			"jquery/jquery.js" : "jquery",
			"can/util/util.js": "can/util/jquery/jquery.js",
			"stuff/views/" : "tmp/views/"
		}
	},
	paths: {
		"jquery": "can/util/jquery/jquery.1.8.1.js"
	},
	ext: {
		js: "js",
		css: "css",
		less: "steal/less/less.js",
		coffee: "steal/coffee/coffee.js",
		ejs: "can/view/ejs/ejs.js"
	}
})

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
kojac-0.17.0 spec/external/steal/stealconfig.js
kojac-0.16.0 spec/external/steal/stealconfig.js
kojac-0.15.0 spec/external/steal/stealconfig.js
kojac-0.13.0 spec/external/steal/stealconfig.js
kojac-0.12.0 spec/external/steal/stealconfig.js
kojac-0.11.0 spec/external/steal/stealconfig.js
kojac-0.9.1 spec/external/steal/stealconfig.js
kojac-0.9.0.1 spec/external/steal/stealconfig.js
kojac-0.9.0 spec/external/steal/stealconfig.js