create-coralite 0.29.1 → 0.29.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-coralite",
3
- "version": "0.29.1",
3
+ "version": "0.29.3",
4
4
  "description": "Coralite scaffolding script",
5
5
  "bin": {
6
6
  "create-coralite": "bin/index.js",
@@ -11,6 +11,7 @@ node_modules
11
11
  dist
12
12
  dist-ssr
13
13
  *.local
14
+ .coralite/assets
14
15
 
15
16
  # Editor directories and files
16
17
  .vscode/*
@@ -7,7 +7,7 @@
7
7
  "build": "coralite-scripts build"
8
8
  },
9
9
  "devDependencies": {
10
- "coralite-scripts": "^0.29.1",
10
+ "coralite-scripts": "^0.29.4",
11
11
  "cross-env": "^10.1.0"
12
12
  }
13
13
  }
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
- <link href="/css/styles.css" rel="stylesheet">
7
+ <link href="/assets/css/styles.css" rel="stylesheet">
8
8
  <title>Coralite - Build for the Web, With the Web!</title>
9
9
  </head>
10
10
 
@@ -11,6 +11,7 @@ node_modules
11
11
  dist
12
12
  dist-ssr
13
13
  *.local
14
+ .coralite/assets
14
15
 
15
16
  # Editor directories and files
16
17
  .vscode/*
@@ -7,7 +7,7 @@
7
7
  "build": "coralite-scripts build"
8
8
  },
9
9
  "devDependencies": {
10
- "coralite-scripts": "^0.29.1",
10
+ "coralite-scripts": "^0.29.4",
11
11
  "cross-env": "^10.1.0"
12
12
  }
13
13
  }
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
- <link href="/css/styles.css" rel="stylesheet">
7
+ <link href="/assets/css/styles.css" rel="stylesheet">
8
8
  <title>Coralite - Build for the Web, With the Web!</title>
9
9
  </head>
10
10