Commit graph

159 commits

Author SHA1 Message Date
nightwing
4670e2201d fix running Makefile.dryice.js from another directory 2013-09-11 23:36:28 +04:00
nightwing
d4dcdb7736 use snipetManager for expanding emmet snippets 2013-07-27 00:45:08 +04:00
nightwing
a41a06ff33 escape . in regexp 2013-07-09 19:20:53 +04:00
nightwing
c5378b54e1 fix #1508: jshint is broken in build 2013-07-08 13:58:57 +04:00
nightwing
2143c4daed make minified files ascii compatible 2013-06-28 19:38:02 +04:00
nightwing
c6143cf587 include theme/textmate in build 2013-06-28 19:38:02 +04:00
nightwing
c223f59e1a add scope to snippets.js files 2013-06-05 23:35:15 +04:00
nightwing
df115ba659 add snippets placeholder files for all languages 2013-06-05 23:35:14 +04:00
nightwing
ea31c9fac6 simplify require used in worker 2013-04-30 01:30:44 +04:00
Matthew Kastor
dd33d82528 build now generates themes.js
This module simply exports an array of themes available so we can use
it.
2013-04-13 20:53:41 +04:00
nightwing
6c7ea4a2f7 remove whitespace from css during the build 2013-04-06 16:10:39 +04:00
Ryan Griffith
06a74d59dd Slight adjustment to the newline fix
I also had to remove this line to get things to work.
2013-04-05 16:45:20 -03:00
Ryan Griffith
7dcd7c0cb9 Fixing newline character for text files
This addressed an issue where the newlines generated when including snippet files does not contain newline characters, this causes SnippetManager.parseSnippetFile to always return empty.

Instead, of creating actual newlines and a multiline string with \, this adds newline characters.
2013-04-05 08:54:31 -03:00
nightwing
a40d9bce76 exclude files with whitespace in name from the build 2013-02-16 23:06:38 +04:00
nightwing
564310b040 use noconflict filter for workers too 2013-02-14 00:59:04 +04:00
nightwing
4b4451673b fix worker filtering in build with --s option 2013-02-03 16:42:53 +04:00
DanyaPostfactum
26e1074017 Fix Makefile script for windows line endings 2013-01-25 12:23:39 +04:00
Michael Lehenbauer
bbe2624e9f Detect workers during build instead of hardcoding them. 2012-12-10 14:00:02 -08:00
nightwing
4fabcca2af use latest dryice version compatible with node 0.6 2012-10-27 00:47:57 +04:00
nightwing
0ccab0463c make generated file a little smaller 2012-10-13 17:25:35 +04:00
nightwing
a2d34bf291 fix demo build 2012-10-06 15:52:15 +04:00
nightwing
73f66d9408 move css strings inline to avoid problems with text plugin 2012-10-06 14:54:27 +04:00
nightwing
8366784729 silence annoying messages from dryice 2012-10-06 14:50:16 +04:00
nightwing
60723e3b96 small cleanup 2012-10-06 14:43:25 +04:00
bootstraponline
6cfe9617c2 Fix filterTextPlugin.
Code from @nightwing on #1000
2012-10-05 10:42:12 +04:00
bootstraponline
3e5fa146a1 Include ext in dryice. Fix #986. 2012-10-05 10:42:11 +04:00
bootstraponline
6eecc42409 Add missing ; 2012-10-05 10:42:11 +04:00
bootstraponline
acce02adcd Fix removeLicenceComments typo. 2012-10-05 10:42:10 +04:00
Garen Torikian
a6fbdb10b8 Add \- 2012-09-12 15:48:16 -07:00
Garen Torikian
5b1c51f03e Add exception for workers 2012-09-12 15:47:01 -07:00
Garen Torikian
ff4e200dc9 Update help text 2012-09-12 12:27:11 -07:00
Garen Torikian
4f7c10c217 Mionr updates to dryice 2012-09-12 12:22:59 -07:00
Lennart Kats
8b971619b7 Add BSD license headers 2012-09-06 22:48:34 +02:00
Mostafa Eweda
e2b80ffb21 Revert "include ace/requirejs/text in build to not depend on require text plugin"
This reverts commit 42219c2379.

Conflicts:

	build_support/mini_require.js
2012-08-31 18:54:50 +02:00
nightwing
18b33c57bb Merge remote-tracking branch 'remotes/origin/master' into requirejs_conflict
Conflicts:
	Makefile.dryice.js
2012-08-12 17:14:06 +04:00
nightwing
f6daf02be1 do not overwrite readme of the build 2012-08-11 13:19:14 +04:00
nightwing
42219c2379 include ace/requirejs/text in build to not depend on require text plugin
fixes issue #708
2012-08-05 15:00:20 +04:00
nightwing
2ebf57e3d1 add ability to run makefile.dryice.js from another directory 2012-08-05 12:06:14 +04:00
nightwing
445767a598 do not assume module names have three parts 2012-07-11 16:50:07 +04:00
Joshua Peek
d9eead8eca Remove packagedJs from worker constructor 2012-07-03 13:35:03 -05:00
nightwing
b14749f9d1 fix Makefile.dryice options 2012-06-09 11:28:54 +04:00
nightwing
a1f79bb2e2 update readme and demo 2012-05-31 23:40:11 +04:00
nightwing
28d4807d09 update makefile 2012-05-31 23:10:54 +04:00
Garen Torikian
da94ecdb42 Fix building of themes 2012-05-30 14:34:32 -07:00
nightwing
34f3cac4a8 reorganize build and demo
Conflicts:

	Makefile.dryice.js
2012-05-24 23:10:50 +04:00
nightwing
0f0d12a709 remove remnants of pilot 2012-05-24 23:09:46 +04:00
nightwing
8a3e7b0f00 split themes into css and js files 2012-05-24 23:02:17 +04:00
William Candillon
f718f2c4b8 Merge https://github.com/ajaxorg/ace 2012-05-24 17:35:11 +02:00
nightwing
d50f526495 Merge remote-tracking branch 'remotes/megshark/master'
Conflicts:
	Makefile.dryice.js
	demo/kitchen-sink/demo.js
2012-05-23 22:08:18 +04:00
William Candillon
c3e9bff83a Merge https://github.com/ajaxorg/ace 2012-05-21 20:38:27 +02:00