Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjehl committed Jul 10, 2014
1 parent 58c257f commit 2f0bfa1
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 1,112 deletions.
10 changes: 0 additions & 10 deletions example/.htaccess

This file was deleted.

File renamed without changes.
File renamed without changes.
9 changes: 0 additions & 9 deletions example/css/general.css

This file was deleted.

7 changes: 0 additions & 7 deletions example/css/sample1.css

This file was deleted.

6 changes: 3 additions & 3 deletions example/index.html
@@ -1,22 +1,22 @@
---
---
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sample template</title>
<meta name="fullcss" content="css/full.css">
<meta name="fulljs" content="/js/shoestring.ajaxinclude.enhancements.js">
<script>
{% include js/enhance.js %}
{% include enhance.js %}
</script>
<!--#if expr="$HTTP_COOKIE=/fullcss\=true/" -->
<link rel="stylesheet" href="css/full.css">
<!--#else -->
<style>
/* critical CSS styles for this template go here... */
{% include css/critical.css %}
{% include critical.css %}
</style>
<noscript><link rel="stylesheet" href="css/full.css"></noscript>
<!--#endif -->
Expand Down
75 changes: 0 additions & 75 deletions example/js/enhance.config.js

This file was deleted.

11 changes: 0 additions & 11 deletions example/js/generalenhancements.js

This file was deleted.

79 changes: 0 additions & 79 deletions example/js/lib/ajaxinclude.wrap.js

This file was deleted.

130 changes: 0 additions & 130 deletions example/js/lib/enhance.js

This file was deleted.

0 comments on commit 2f0bfa1

Please sign in to comment.