Skip to content

Commit

Permalink
Remove the old seajs build code.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanyan committed Feb 20, 2014
1 parent 55fe155 commit 1d072b4
Show file tree
Hide file tree
Showing 18 changed files with 13 additions and 127 deletions.
1 change: 0 additions & 1 deletion asset/seajs/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions asset/seajs/plugin-combo.js

This file was deleted.

6 changes: 0 additions & 6 deletions asset/seajs/plugin-debug.js

This file was deleted.

2 changes: 0 additions & 2 deletions asset/seajs/plugin-flush.js

This file was deleted.

1 change: 0 additions & 1 deletion asset/seajs/plugin-nocache.js

This file was deleted.

1 change: 0 additions & 1 deletion asset/seajs/plugin-shim.js

This file was deleted.

1 change: 0 additions & 1 deletion asset/seajs/plugin-style.js

This file was deleted.

3 changes: 0 additions & 3 deletions asset/seajs/plugin-text.js

This file was deleted.

1 change: 0 additions & 1 deletion asset/seajs/plugin-warning.js

This file was deleted.

8 changes: 0 additions & 8 deletions example/buildseajs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ super easy:
$ mod build index.html
```

```sh
$ mod build hello.html
```

```sh
$ mod build html/about.html
```

### copyright

http://seajs.org/LICENSE.md
26 changes: 0 additions & 26 deletions example/buildseajs/hello.html

This file was deleted.

26 changes: 0 additions & 26 deletions example/buildseajs/html/about.html

This file was deleted.

12 changes: 11 additions & 1 deletion example/buildseajs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,17 @@
<img src="https://i.alipayobjects.com/e/201211/1cqKojb72y.png" width="44" height="44" alt="S">
</div>

<script data-main="./js/main" data-config="./js/config" src="http://seajs.org/dist/sea.js"></script>
<script src="http://seajs.org/dist/sea.js"></script>

<script>
seajs.config({
base: "http://rawgithub.com/seajs/examples/master/sea-modules/",
alias: {
"jquery": "jquery/jquery/1.10.1/jquery.js"
}
});

seajs.use("./js/main")
</script>
</body>
</html>
12 changes: 0 additions & 12 deletions example/buildseajs/js/config.js

This file was deleted.

1 change: 0 additions & 1 deletion example/buildseajs/vendor/plugin-shim.js

This file was deleted.

15 changes: 0 additions & 15 deletions example/buildseajs/vendor/sea.js

This file was deleted.

Loading

0 comments on commit 1d072b4

Please sign in to comment.