From 6076c3fe309e35e6250b80bb5b27295b426acbd5 Mon Sep 17 00:00:00 2001 From: jrburke Date: Thu, 10 Mar 2011 21:21:30 -0800 Subject: [PATCH] task update --- tasks.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks.txt b/tasks.txt index 254fe1a2..27acd7ca 100644 --- a/tasks.txt +++ b/tasks.txt @@ -9,6 +9,8 @@ Next release - Consider putting in the version detection? - Use priority config instead, make it generic? - Make it clear in docs somewhere how jquery and requirejs integrate. +- rethink eval use, see if script attach gives the same effect w/ sourceURL. + If it works out, have env-specific evaluations. - Make sure node execution uses directory of the top js file as the baseUrl, not the current working directory. - Move up plugins, or move them to their own repo? - build tool to rename require and define calls to other names?