@madebyseed/seed-cli-tools 1.3.1 → 1.3.2

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/lib/gulpfile.js CHANGED
@@ -7,8 +7,8 @@ require("require-directory")(module, "./tasks");
7
7
  /**
8
8
  * Does a full clean/rebuild of your theme
9
9
  *
10
- * @function watch
11
- * @memberof slate-cli.tasks.watch
10
+ * @function build
11
+ * @memberof slate-cli.tasks.build
12
12
  * @static
13
13
  */
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@madebyseed/seed-cli-tools",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "Seed CLI Tools",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -52,5 +52,5 @@
52
52
  "vinyl-paths": "^3.0.1",
53
53
  "yargs": "^17.0.1"
54
54
  },
55
- "gitHead": "f0dc909fb1b212491332caeb86a4a971c5405e61"
55
+ "gitHead": "664511c9ff5705270fb7146e07f92a4c51b9508b"
56
56
  }
@@ -0,0 +1,11 @@
1
+ module.exports = {
2
+ store: 'temp.myshopify.com',
3
+ themes: {
4
+ development: null,
5
+ production: null
6
+ }, // COMMA REQUIRED AFTER STATIC PART OF CONFIG
7
+
8
+ /** ============================================================== */
9
+ /** DYNAMIC RUNTIME CONFIG DO NOT EDIT ANY CONTENT BELOW THIS LINE */
10
+ /** === delimiter */
11
+ }
package/src/gulpfile.js CHANGED
@@ -6,8 +6,8 @@ require("require-directory")(module, "./tasks");
6
6
  /**
7
7
  * Does a full clean/rebuild of your theme
8
8
  *
9
- * @function watch
10
- * @memberof slate-cli.tasks.watch
9
+ * @function build
10
+ * @memberof slate-cli.tasks.build
11
11
  * @static
12
12
  */
13
13
  gulp.task(