magento2-frontools | Set of front-end tools for Magento 2 based on Gulp.js | Ecommerce library

 by   SnowdogApps JavaScript Version: 1.12.0 License: MIT

kandi X-RAY | magento2-frontools Summary

kandi X-RAY | magento2-frontools Summary

magento2-frontools is a JavaScript library typically used in Web Site, Ecommerce, Gulp applications. magento2-frontools has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Set of front-end tools for Magento 2 based on Gulp.js
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              magento2-frontools has a low active ecosystem.
              It has 430 star(s) with 141 fork(s). There are 36 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 3 open issues and 170 have been closed. On average issues are closed in 469 days. There are 11 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of magento2-frontools is 1.12.0

            kandi-Quality Quality

              magento2-frontools has 0 bugs and 0 code smells.

            kandi-Security Security

              magento2-frontools has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              magento2-frontools code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              magento2-frontools is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              magento2-frontools releases are available to install and integrate.
              Installation instructions are available. Examples and code snippets are not available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of magento2-frontools
            Get all kandi verified functions for this library.

            magento2-frontools Key Features

            No Key Features are available at this moment for magento2-frontools.

            magento2-frontools Examples and Code Snippets

            No Code Snippets are available at this moment for magento2-frontools.

            Community Discussions

            QUESTION

            docker-compose ports not exposed as expected
            Asked 2019-Jan-03 at 14:36

            I'm developing a Magento site using a Docker local environment.

            I've installed the Sass blank theme and frontools. Now I'm trying to get browsersync working.

            I'm doing this inside the cli image, because that's where I initially setup gulp prior to trying my hand at browsersync.

            Here are the respective configs

            docker-compose.yml

            ...

            ANSWER

            Answered 2019-Jan-03 at 14:36

            Your port is not published because you did not run docker-compose up. A docker-compose run command does not use all the service specifications in the compose file.

            Source https://stackoverflow.com/questions/54023963

            QUESTION

            Exit with error after a task loaded by gulp-tasks failed
            Asked 2017-Jul-11 at 15:11

            I am working with magento2-frontools and try to solve this issue:

            https://github.com/SnowdogApps/magento2-frontools/issues/231

            The problem is, that gulp styles should have a non-zero exit code in case of errors, but it exits with 0.

            The gulp file looks like this:

            ...

            ANSWER

            Answered 2017-Jul-11 at 15:11

            Just the --ci flag has to be used.

            Source https://stackoverflow.com/questions/45006766

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install magento2-frontools

            Check config/themes.json.sample to get samples. Check config/watcher.json.sample to get samples. You can choose Sass compiler between the default, but already deprecated, node-sass or a newer and faster dart-sass. Since the Dart Sass does not have the same set of features as Node Sass, for now we will keep the older version as default.
            Run composer require snowdog/frontools
            Go to package directory cd vendor/snowdog/frontools
            Run yarn or npm install
            Decide where you want to keep your config files. You can store them in Frontools config directory or in dev/tools/frontools/config (recommended). There is a setup task to copy all sample config files from the config to dev/tools/frontools/config and create a convenient symlink tools in the project root. If you want to keep config files inside frontools config dir, you have to handle this manually.
            Define your themes in themes.json.
            src - full path to theme
            dest - full path to pub/static/[theme_area]/[theme_vendor]/[theme_name]
            locale - array of available locales
            parent - name of parent theme
            stylesDir - (default styles) path to styles directory. For theme-blank-sass it's styles. By default Magento 2 use web/css.
            disableSuffix - disable adding .min suffix using --prod flag.
            postcss - (default ["autoprefixer({ overrideBrowserslist: browserslist })"]) PostCSS plugins config. Have to be an array.
            modules - list of modules witch you want to map inside your theme
            ignore - array of ignore patterns
            usePolling - set this to true to successfully watch files over a network (i.e. Docker or Vagrant) or when your watcher dosen't work well. Warning, enabling this option may lead to high CPU utilization! chokidar docs

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/SnowdogApps/magento2-frontools.git

          • CLI

            gh repo clone SnowdogApps/magento2-frontools

          • sshUrl

            git@github.com:SnowdogApps/magento2-frontools.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Ecommerce Libraries

            saleor

            by saleor

            saleor

            by mirumee

            spree

            by spree

            reaction

            by reactioncommerce

            medusa

            by medusajs

            Try Top Libraries by SnowdogApps

            magento2-menu

            by SnowdogAppsJavaScript

            magento2-alpaca-theme

            by SnowdogAppsHTML

            wombat

            by SnowdogAppsJavaScript

            magento2-alpaca-components

            by SnowdogAppsJavaScript

            magento2-cms-api

            by SnowdogAppsPHP