From b454c6719cadff3cd5a3c6c36d63e8b792d7923e Mon Sep 17 00:00:00 2001 From: Juwon Jeong Date: Mon, 11 Sep 2023 14:40:34 +0900 Subject: [PATCH 1/5] test --- .../docs/tutorials/tutorial-kitten-browser/app-setup/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/docs/tutorials/tutorial-kitten-browser/app-setup/index.md b/src/pages/docs/tutorials/tutorial-kitten-browser/app-setup/index.md index a8cb8e9e..1d53c343 100644 --- a/src/pages/docs/tutorials/tutorial-kitten-browser/app-setup/index.md +++ b/src/pages/docs/tutorials/tutorial-kitten-browser/app-setup/index.md @@ -15,6 +15,7 @@ To explore some more interesting features of ES6, React, and Enact, we're going > If you're not a fan of kittens, you're welcome to substitute a different keyword in the URLs. No judgments. ### Directory Structure +TEST ```none + App + src <-- All of our source code From a8ba2c945de55188123ae0a9fef4057bfede8835 Mon Sep 17 00:00:00 2001 From: Juwon Jeong Date: Mon, 11 Sep 2023 14:48:08 +0900 Subject: [PATCH 2/5] test --- gatsby-node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-node.js b/gatsby-node.js index 8e680cb3..6b148d0d 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -3,7 +3,7 @@ // const autoprefixer = require('autoprefixer'); // const FilterWarningsPlugin = require("webpack-filter-warnings-plugin"); const webpack = require('webpack'); -const crypto = require('crypto'); +// const crypto = require('crypto'); const path = require('path'); exports.onCreateWebpackConfig = ({ From a5eaae42e67d309ce5819d717ee9c04c04fe93d7 Mon Sep 17 00:00:00 2001 From: Juwon Jeong Date: Mon, 11 Sep 2023 15:32:16 +0900 Subject: [PATCH 3/5] test --- .travis.yml | 2 +- gatsby-node.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 83025741..46d5298a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ node_js: sudo: false install: - npm config set prefer-offline false - - git clone --branch=develop --depth 1 https://github.com/enactjs/cli ../cli + - git clone --branch=master --depth 1 https://github.com/enactjs/cli ../cli - pushd ../cli - npm install - npm link diff --git a/gatsby-node.js b/gatsby-node.js index 6b148d0d..8e680cb3 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -3,7 +3,7 @@ // const autoprefixer = require('autoprefixer'); // const FilterWarningsPlugin = require("webpack-filter-warnings-plugin"); const webpack = require('webpack'); -// const crypto = require('crypto'); +const crypto = require('crypto'); const path = require('path'); exports.onCreateWebpackConfig = ({ From 7c20ce96f46d84869622993c6bb5de5d0173f31b Mon Sep 17 00:00:00 2001 From: "taeyoung.hong" <35059065+hong6316@users.noreply.github.com> Date: Fri, 1 Nov 2024 15:34:49 +0900 Subject: [PATCH 4/5] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 46d5298a..8d68a3af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -dist: focal +dist: jammy language: node_js node_js: - lts/* @@ -6,7 +6,7 @@ node_js: sudo: false install: - npm config set prefer-offline false - - git clone --branch=master --depth 1 https://github.com/enactjs/cli ../cli + - git clone --branch=develop --depth 1 https://github.com/enactjs/cli ../cli - pushd ../cli - npm install - npm link From adf2a2f79e9ad0d5096063c50e2e9ff19de0410e Mon Sep 17 00:00:00 2001 From: "taeyoung.hong" <35059065+hong6316@users.noreply.github.com> Date: Fri, 1 Nov 2024 15:54:49 +0900 Subject: [PATCH 5/5] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 65042c95..8d68a3af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ dist: jammy language: node_js node_js: - lts/* - - "22" + - node sudo: false install: - npm config set prefer-offline false