django-grunt
============
Managing Grunt with runserver and Grunt initialization for your project.
Inspired to [Brandon Konkle's post](http://lincolnloop.com/blog/simplifying-your-django-frontend-tasks-grunt/)
Installation
----------
From command line
```
pip install grunt-django
```
In your settings.py:
```python
INSTALLED_APPS = (
...,
'grunt'
)
```
optional:
```python
import os
BASE_DIR = os.path.dirname(os.path.dirname(__file__))
GRUNTFILE_ROOT = os.path.join(BASE_DIR, 'MY_GRUNTFILE_DIR')
```
Usage
----
django-grunt provide 2 management commands:
1.
```
manage.py gruntinit
```
which creates a package.json and Gruntfile.js
2.
```
manage.py gruntserver
```
Run this command instead of ```manage.py runserver``` for running django server along with grunt. This is helpful when you use livereload and watch.
============
Managing Grunt with runserver and Grunt initialization for your project.
Inspired to [Brandon Konkle's post](http://lincolnloop.com/blog/simplifying-your-django-frontend-tasks-grunt/)
Installation
----------
From command line
```
pip install grunt-django
```
In your settings.py:
```python
INSTALLED_APPS = (
...,
'grunt'
)
```
optional:
```python
import os
BASE_DIR = os.path.dirname(os.path.dirname(__file__))
GRUNTFILE_ROOT = os.path.join(BASE_DIR, 'MY_GRUNTFILE_DIR')
```
Usage
----
django-grunt provide 2 management commands:
1.
```
manage.py gruntinit
```
which creates a package.json and Gruntfile.js
2.
```
manage.py gruntserver
```
Run this command instead of ```manage.py runserver``` for running django server along with grunt. This is helpful when you use livereload and watch.
Release files for grunt-django 0.2.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| grunt-django-0.2.4.tar.gz | 10.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| grunt-django-0.2.4.macosx-10.9-intel.exe | Details |
Total release size: 84.2 kB
Release files / grunt-django-0.2.4.tar.gz
| Download URL | grunt-django-0.2.4.tar.gz |
|---|---|
| Size | 10.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
45adc972c47caf89903e029d357604cdec35a6dcb311034b33c365bacc9f07ab
|
|
BLAKE2b-256 checksum How to use checksums |
8bb31b2eead874568ef48b713e6f732d9736821e5ae789a38d3497b502bdc4b1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / grunt-django-0.2.4.macosx-10.9-intel.exe
| Download URL | grunt-django-0.2.4.macosx-10.9-intel.exe |
|---|---|
| Size | 73.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
49b99c1560c6151b152db52eaefc9144eb38cab8b8279e70924450f99b482064
|
|
BLAKE2b-256 checksum How to use checksums |
e71e0be7154e75b1f9a144728d7bd53986acc26dabfd71eabd00e17f865ae0cb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |