We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d3434 commit a3d2cbaCopy full SHA for a3d2cba
README.md
@@ -1,5 +1,8 @@
1
-Examples for SeaJS
2
-===
3
-
4
-<http://seajs.github.com/examples>
5
+Examples for SeaJS
+===
+
+<http://seajs.github.com/examples>
6
+__注意__
7
8
+如果你想构建示例,需要使用 [Gruntjs](http://gruntjs.com/) 与 [spm](https://github.com/spmjs/spm/wiki)。
static/hello/package.json
@@ -0,0 +1,11 @@
+{
+ "name": "hello",
+ "version": "0.1.0",
+ "devDependencies": {
+ "grunt": "~0.4.1",
+ "grunt-cmd-transport": "~0.1.1",
+ "grunt-cmd-concat": "~0.1.0",
+ "grunt-contrib-uglify": "~0.2.0",
9
+ "grunt-contrib-clean": "~0.4.0"
10
+ }
11
+}
0 commit comments