aboutsummaryrefslogtreecommitdiffstats
path: root/.idea/runConfigurations
diff options
context:
space:
mode:
authorMisko Hevery2010-10-27 15:31:10 -0700
committerIgor Minar2010-11-03 09:47:22 -0700
commit659af29adbd041fbbbaf041ead53266210a61f4e (patch)
tree32a9ecff4482ae883321e2975fe74057795b21d1 /.idea/runConfigurations
parent1fe7e3a1302e948a31ab80d02ede6975c3bddd58 (diff)
downloadangular.js-659af29adbd041fbbbaf041ead53266210a61f4e.tar.bz2
jsdoc parser + generator + viewer + scenario runner
- parse jsdocs from source code - generate prerendered (markdown + mustache) partials - generate json - generate scenario runner for examples in docs - basic angular doc viewer
Diffstat (limited to '.idea/runConfigurations')
-rw-r--r--.idea/runConfigurations/gen_docs.xml15
-rw-r--r--.idea/runConfigurations/rake_compile.xml15
2 files changed, 30 insertions, 0 deletions
diff --git a/.idea/runConfigurations/gen_docs.xml b/.idea/runConfigurations/gen_docs.xml
new file mode 100644
index 00000000..23afac13
--- /dev/null
+++ b/.idea/runConfigurations/gen_docs.xml
@@ -0,0 +1,15 @@
+<component name="ProjectRunConfigurationManager">
+ <configuration default="false" name="gen_docs" type="BashConfigurationType" factoryName="Bash">
+ <option name="INTERPRETER_OPTIONS" value="" />
+ <option name="INTERPRETER_PATH" value="/bin/bash" />
+ <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
+ <option name="PARENT_ENVS" value="true" />
+ <envs />
+ <module name="" />
+ <option name="SCRIPT_NAME" value="$PROJECT_DIR$/gen_docs.sh" />
+ <option name="PARAMETERS" value="" />
+ <RunnerSettings RunnerId="BashRunner" />
+ <ConfigurationWrapper RunnerId="BashRunner" />
+ <method />
+ </configuration>
+</component> \ No newline at end of file
diff --git a/.idea/runConfigurations/rake_compile.xml b/.idea/runConfigurations/rake_compile.xml
new file mode 100644
index 00000000..d69f3466
--- /dev/null
+++ b/.idea/runConfigurations/rake_compile.xml
@@ -0,0 +1,15 @@
+<component name="ProjectRunConfigurationManager">
+ <configuration default="false" name="rake compile" type="BashConfigurationType" factoryName="Bash">
+ <option name="INTERPRETER_OPTIONS" value="" />
+ <option name="INTERPRETER_PATH" value="/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby" />
+ <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
+ <option name="PARENT_ENVS" value="true" />
+ <envs />
+ <module name="" />
+ <option name="SCRIPT_NAME" value="/usr/bin/rake" />
+ <option name="PARAMETERS" value="compile" />
+ <RunnerSettings RunnerId="BashRunner" />
+ <ConfigurationWrapper RunnerId="BashRunner" />
+ <method />
+ </configuration>
+</component> \ No newline at end of file