cfstatic icon indicating copy to clipboard operation
cfstatic copied to clipboard

CfStatic is a framework for managing the inclusion and packaging of CSS and JavaScript in CFML applications.

Results 27 cfstatic issues
Sort by recently updated
recently updated
newest added

preface - looking for a fix and will pop a pull request if i can nail down whats going on, but thought best to post in case anyone else had...

On my testing server I have copied the cfstatic information into my working directory: When running cfstatic/tests/index.cfm for the first time I get these errors/fails: t19_renderIncludes_shouldRenderJsVariablesBeforeJsIncludes_whenIncludeDataUsed Failed t20_renderIncludes_shouldUseConfiguredCharset Failed t27_cfstatic_shouldThrowError_whenOutputFolderDoesNotExistAndCannotBeCreated...

Running you application with Lucee's 'Modern local scope' mode enabled, breaks CfStatic. Investigage and fix. I've not seen this in action but reporting it on behalf of others. My guess...

Bug

After performing a fresh install of Mura 6.1, which uses cfstatic, three requests end up running for over 10 minutes when I try to access the Mura admin. The server...

In the same way that CfStatic automagically compiles `.less` files, it should work with SASS and with Compass.

Feature idea

I am pretty confused with how cfstatic works. Mostly I am wondering if I just don't follow the correct pattern. My projects are not as organized as the docs layout,...

When files have not changed, we are still needing to parse each file's content for dependency info, etc. Cache this state to the file system so that full restarts are...

Would it be possible to add an option to strip out comments from the generated files to reduce the file size as the comments are not really required in the...

i.e. ``` compiledUrl = cfstatic.getUrl( "/js/core/" ); // example result = '/assets/min/core.min.F86847A221FB807F6ACF1C9ADDC601AE.js' ```