Code Monkey home page Code Monkey logo

kohana-asset's Issues

After first cache creation, how can I add another js/css to the cache?

For example, if my initial (in Controller_Template extender) scripts array looks like this:

$this->template->scripts = array(
    'admin.js',
    'jquery.cookie.js',
    'jquery.sparkline.min.js',
    '/media/vendor/cycle/jquery.cycle.all.js',
    '/media/vendor/uploadify/swfobject.js',
    '/media/vendor/uploadify/jquery.uploadify.v2.1.0.min.js'
);

In the view/template.php this works great:
echo asset::javascripts($scripts);

But then inside a different request, when I try to append another script:
$this->template->scripts[] = 'property.js';

It will be completely ignored, the function file_info() will assign 'cached' => true to that extra property.js file, and obviously the page won't work as expected.

Is my line of thought wrong here?

Thanks in advance

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.