Skip to content

Commit

Permalink
Merge pull request #23 from Oksydan/develop
Browse files Browse the repository at this point in the history
Version 1.0.1 changes
  • Loading branch information
Oksydan authored Mar 31, 2021
2 parents 19b09e0 + 3d2036f commit 81e457a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,18 @@ This theme was created to deliver starter theme with latest developers tools and

### Prerequisites

#### Modules required

- [is_imageslider](https://github.com/Oksydan/is_imageslider)
- [is_searchbar](https://github.com/Oksydan/is_searchbar)
- [is_shoppingcart](https://github.com/Oksydan/is_shoppingcart)
- [is_themecore](https://github.com/Oksydan/is_themecore)


#### System requirements:
- [Prestashop requirements](https://devdocs.prestashop.com/1.7/basics/installation/system-requirements/),
- vhost setup, to work with starter theme it is required to setup your shop domain with vhost e.g. `starter.test`,
- node >= 15v,
- node >= 10v,
- starter tested only on macOS, create an issue if it isn't working with your system.

### Installation
Expand Down
2 changes: 1 addition & 1 deletion _dev/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ const getConfig = ({mode, ...vars}) => {

module.exports = (env, options) => getConfig({
mode: options.mode,
purge: options?.purge ? options.purge : false,
purge: options.purge ? options.purge : false,
...webpackVars
});

0 comments on commit 81e457a

Please sign in to comment.