Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ubersith
/
django-webpack-loader
Public
forked from
django-webpack/django-webpack-loader
Watch
Couldn't load subscription status.
Retry
Uh oh!
There was an error while loading.
Please reload this page
.
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Mar 10, 2016
Merge pull request #50 from alphashuro/fix/inconsistent-documentation
Show description for 9eae37f
owais
committed
9eae37f
Copy full SHA for 9eae37f
fix inconsistent documentation
Show description for 14b70d5
alphashuro
committed
14b70d5
Copy full SHA for 14b70d5
Commits on Feb 25, 2016
Merge pull request #46 from fladi/no_license_as_datafile
Show description for 8e9192d
owais
committed
8e9192d
Copy full SHA for 8e9192d
Do not install LICENsE as a datafile.
Show description for 45793c4
fladi
committed
45793c4
Copy full SHA for 45793c4
Merge pull request #47 from fladi/use_MANIFEST.in
Show description for c38d41e
owais
committed
c38d41e
Copy full SHA for c38d41e
Let MANIFEST be created from MANIFEST.in automatically.
Show description for 316e06e
fladi
committed
316e06e
Copy full SHA for 316e06e
Commits on Feb 21, 2016
Experimental new loader
Show description for 009d285
owais
committed
009d285
Copy full SHA for 009d285
Merge pull request #44 from timonwong/feature/fix-django16-compat
Show description for 115f063
owais
committed
115f063
Copy full SHA for 115f063
Commits on Feb 5, 2016
Fix compatibility with django 1.6
Show description for e147a24
timonwong
committed
e147a24
Copy full SHA for e147a24
Commits on Feb 1, 2016
Merge pull request #40 from aouaki/patch-1
Show description for bc85558
owais
committed
bc85558
Copy full SHA for bc85558
Commits on Jan 29, 2016
Fixes README on examples
aouaki
committed
4e465f3
Copy full SHA for 4e465f3
Commits on Jan 24, 2016
Merge pull request #38 from aaugustin/fix-exceptions
Show description for b00bf80
owais
committed
b00bf80
Copy full SHA for b00bf80
Derive exceptions from Exception.
Show description for a61255c
aaugustin
committed
a61255c
Copy full SHA for a61255c
Commits on Jan 1, 2016
Added Django1.9 to test matrix
owais
committed
b91c62b
Copy full SHA for b91c62b
100% coverage again
owais
committed
92d1166
Copy full SHA for 92d1166
Support Python 3.4 and 3.5 and 3.3 from test matrix
owais
committed
53a969f
Copy full SHA for 53a969f
Commits on Dec 23, 2015
Releasing 0.2.4
owais
committed
d58f9c8
Copy full SHA for d58f9c8
Minor fix with unicode errors
owais
committed
c312233
Copy full SHA for c312233
Commits on Dec 7, 2015
Merge pull request #31 from mlorant/patch-1
Show description for cf59b2c
owais
committed
cf59b2c
Copy full SHA for cf59b2c
Fix typo in README
mlorant
committed
1f2ff75
Copy full SHA for 1f2ff75
Commits on Dec 3, 2015
Releasing 0.2.3
owais
committed
c01a00b
Copy full SHA for c01a00b
Commits on Oct 30, 2015
Merge pull request #25 from matthiask/master
Show description for 53131a8
owais
committed
53131a8
Copy full SHA for 53131a8
It is POLL_INTERVAL, not POLL_DELAY
matthiask
committed
272d6ba
Copy full SHA for 272d6ba
Merge pull request #24 from matthiask/master
Show description for 7c68e13
owais
committed
7c68e13
Copy full SHA for 7c68e13
mark_safe() the output of template tags
Show description for 396588a
matthiask
committed
396588a
Copy full SHA for 396588a
Commits on Oct 29, 2015
Merge pull request #23 from matthiask/master
Show description for e3e26ad
owais
committed
e3e26ad
Copy full SHA for e3e26ad
Close the stats JSON file when done reading for less "unclosed file" warnings
matthiask
committed
6a15a43
Copy full SHA for 6a15a43
assertEquals is deprecated
matthiask
committed
fda16c7
Copy full SHA for fda16c7
Commits on Sep 21, 2015
Fixed broken tests
owais
committed
4698f09
Copy full SHA for 4698f09
Added a helpful exception when stats file is not valid
owais
committed
5d2bca8
Copy full SHA for 5d2bca8
Commits on Sep 10, 2015
Bumped version
owais
committed
48e07fc
Copy full SHA for 48e07fc
Renamed `get_chunks` to `get_files`.
owais
committed
57a2c65
Copy full SHA for 57a2c65
new get_chunks tag
Show description for 63a4284
Simon Baechler
committed
63a4284
Copy full SHA for 63a4284
Fixed tests
owais
committed
7e43fe1
Copy full SHA for 7e43fe1
Updated tests, docs and examples.. and some minor fixes
owais
committed
48f9e6e
Copy full SHA for 48f9e6e
Pagination
Previous
Next
You can’t perform that action at this time.