Giter Club home page Giter Club logo

webloader's People

Contributors

machy8 avatar rikap avatar tomaspilar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

webloader's Issues

Remove type attributes

Hi Machy8,

I think that type="text/css" and type="text/javascript" attributes are unnecessary for HTML5.

If <script type="text/javascript"> is used in the code the validator.w3.org reports
Warning: The type attribute is unnecessary for JavaScript resources.

The following outputs from Machy8/webloader would be sufficient:

  • <link rel="stylesheet" href="my-bundle.css?v=...">
  • <script src="my-bundle.js?v=..."></script>

Could you add support for HTML5 (remove type attributes), please?

Enable remote files loading

  • Update compiler.php
  • Enable remote files loading
  • Add method for setting connection timeout to prevent long loading time
  • Set default loading time for 15s

Add filters helper for checking .min suffix

  • Files passed to the minifiers could be already minified
  • Those files usually have .min suffix
  • Helper could check if the file name already contains the suffix and eventually skip the compilation

New filter / module - css loading according to breakpoints

  • Add filter / module that could be able to load css according to breakpoints
  • It should separate css collection according to breakpoints
  • It should be able to load css into page according to device width and omit css that contains url()

Coveralls fix

  • Fix coveralls when they start support XML file format in github action

PHP8 support

Hi Machy8 ๐Ÿ‘‹

We would like to upgrade our app to PHP8 but there are some deprecated messages because of this package.

Could you add support for PHP8, please?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.