Hello!

My name is Elnard. I study Computer Science at Purdue University in the US. 
I do not have a lot of experience with Django, but I have some experience 
with Python and a lot of experience with JS. My GitHub 
<http://github.com/elnardu>.

My general idea is to create a new template for Django's startapp that will 
have a folder with webpack config. Webpack is a bundler that is widely used 
by web developers. Webpack will preconfigured to minify and transpile 
javascript files and preprocess CSS, LESS, and SASS. All files generated by 
webpack will be moved to static folder, so people could use them in 
templates. Syntax similar to Django's Media class syntax can be used to 
provide entry points for webpack, so users will not have to edit 
webpack config themselves. As I understand, it is possible to use ready 
method to do all necessary actions before actual server start. Since all 
needed files will be moved to static folder, the app can be moved and used 
even if user do not have node and npm installed. 

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/928cecb8-c9c2-4649-8453-e293525944f0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to