You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-14Lines changed: 9 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,8 +101,8 @@ Some features, WooCommerce support and personal preferences of Dude are moved to
101
101
102
102
#### Development
103
103
104
-
*[BrowserSync](http://www.browsersync.io/) for keeping multiple browsers and devices synchronized while testing, along with injecting updated CSS and JS into your browser while you're developing (included in [devpackages](https://github.com/digitoimistodude/devpackages))
105
-
*[gulp](http://gulpjs.com/) build script that compiles both Less and Sass, checks for JavaScript errors, optimizes images, and concatenates and minifies files (see Dude's [devpackages](https://github.com/digitoimistodude/devpackages))
104
+
*[BrowserSync](http://www.browsersync.io/) for keeping multiple browsers and devices synchronized while testing, along with injecting updated CSS and JS into your browser while you're developing
105
+
*[gulp](http://gulpjs.com/) build script that compiles both Less and Sass, checks for JavaScript errors, optimizes images, and concatenates and minifies files
106
106
*[npm](https://www.npmjs.com) for front-end package management
107
107
108
108
#### Navigation
@@ -248,7 +248,7 @@ Starting from v2.6.0 WooCommerce support comes with [Air helper](https://github.
248
248
### Recommendations for development
249
249
250
250
* macOS
251
-
*[Devpackages](https://github.com/digitoimistodude/devpackages)\- Npm and Gulp \+ plugins
251
+
*npm and Gulp \+ plugins
252
252
*[Dudestack](https://github.com/digitoimistodude/dudestack)\- A toolkit for creating a new professional WordPress project with deployments\. Heavily based on Bedrock by Roots\.
253
253
254
254
### How to build a new theme
@@ -287,13 +287,12 @@ Air is originally built on [dudestack](https://github.com/digitoimistodude/dudes
287
287
6. Go to the themes folder of your WordPress instance via Terminal (`cd /var/www/airdev/content/themes`)
288
288
7. Clone your fork with `git clone [email protected]:yourusername/air-light.git` (replace `yourusername` with your actual username)
289
289
8. Cd to your new cloned repository `cd /var/www/airdev/content/themes/air-light`
290
-
9. Add `devDependencies` to package.json from [here](https://github.com/digitoimistodude/devpackages/blob/master/package.json)
291
-
10. Run `nvm use`.
292
-
11. Install the dependencies by running `npm install` inside the theme folder (if you don't have npm installed, see [here](https://www.npmjs.com/get-npm) or just use [homebrew](https://brew.sh))
293
-
12. Wait npm to get through files (get another cup of coffee)
294
-
13. Activate theme - if you are using the lightweight [macos-lemp-setup](https://github.com/digitoimistodude/macos-lemp-setup): `cd /var/www/airdev && vendor/wp-cli/wp-cli/bin/wp theme activate air-light`
295
-
14. Open whole project to your preferred coding editor, for example when using [Visual Studio Code](https://github.com/ronilaukkarinen/vscode-settings) that would be `code /var/www/airdev/content/themes/air-light` or via GUI (Open folder).
296
-
15. Go to back to air-light dir with `cd /var/www/airdev/content/themes/air-light` and then run `gulp` and start developing! Please note, contributing to this theme is only possible when gulp is run from theme directory, NOT on project root.
290
+
9. Run `nvm use`.
291
+
10. Install the dependencies by running `npm install` inside the theme folder (if you don't have npm installed, see [here](https://www.npmjs.com/get-npm) or just use [homebrew](https://brew.sh))
292
+
11. Wait npm to get through files (get another cup of coffee)
293
+
12. Activate theme - if you are using the lightweight [macos-lemp-setup](https://github.com/digitoimistodude/macos-lemp-setup): `cd /var/www/airdev && vendor/wp-cli/wp-cli/bin/wp theme activate air-light`
294
+
13. Open whole project to your preferred coding editor, for example when using [Visual Studio Code](https://github.com/ronilaukkarinen/vscode-settings) that would be `code /var/www/airdev/content/themes/air-light` or via GUI (Open folder).
295
+
14. Go to back to air-light dir with `cd /var/www/airdev/content/themes/air-light` and then run `gulp` and start developing! Please note, contributing to this theme is only possible when gulp is run from theme directory, NOT on project root.
297
296
298
297
You may want to add `alias wp='./vendor/wp-cli/wp-cli/bin/wp'` for [macos-lemp-setup](https://github.com/digitoimistodude/macos-lemp-setup) to be able to run WP-CLI with just `wp`.
299
298
@@ -410,7 +409,3 @@ That's it, you released a new version!
410
409
Gzip file sizes tested with `wc -c css/prod/global.css` and `gzip -c css/prod/global.css | wc -c` commands.
411
410
412
411
**Theme developers please note:** if you use phpcs in [SublimeLinter as custom standard](https://github.com/ronilaukkarinen/sublime-settings/blob/master/Library/Application%20Support/Sublime%20Text%203/Packages/User/SublimeLinter.sublime-settings#L47) on [dudestack](https://github.com/digitoimistodude/dudestack), you will need extra content/themes/air-light subfolders inside the theme directory for it to work on both global projects and with air-light.
413
-
414
-
### Known issues
415
-
416
-
See tool related issues in [devpackages](https://github.com/digitoimistodude/devpackages#known-issues) and [air-light issue tracker](https://github.com/digitoimistodude/issues).
0 commit comments