alecmerdler
|
be59a910d4
|
update grunt-angular-templates version to fix HTML minification hanging in Grunt build
|
2017-04-06 16:11:27 -07:00 |
|
alecmerdler
|
39c18eb216
|
moved component templates to separate files in order to support HTML syntax highlighting in certain editors
|
2017-02-28 16:51:43 -05:00 |
|
alecmerdler
|
43f95c52a0
|
retrieve if needed
|
2017-01-25 16:11:19 -08:00 |
|
alecmerdler
|
c9fa22b093
|
moved Webpack bundle directory out of /static/js because it contains more than just JS files
|
2017-01-24 14:05:06 -08:00 |
|
Joseph Schorr
|
933215b9f1
|
Reorder grunt JS file exceptions to have it properly exclude test files
|
2017-01-18 15:35:20 -05:00 |
|
alecmerdler
|
94b9c94a14
|
exclude JS test files from Grunt build
|
2017-01-13 13:15:57 -08:00 |
|
Joseph Schorr
|
069a48da60
|
Disable source map generation
Fixes #995
|
2015-11-30 11:42:45 -05:00 |
|
Joseph Schorr
|
977ef068df
|
Add tutorial templates to the grunt compiled list
|
2015-06-05 14:18:45 -04:00 |
|
Joseph Schorr
|
82c02081f9
|
Make sure CSS compilation in grunt loads all CSS files recursively.
|
2015-02-25 11:47:19 -05:00 |
|
Joseph Schorr
|
045614c6c8
|
Merge branch 'master' into ackbar
|
2015-02-09 17:16:42 -05:00 |
|
Joseph Schorr
|
09a10b6153
|
Have cache busting hashes be generated as part of the build process.
|
2015-02-06 17:52:09 -05:00 |
|
Joseph Schorr
|
30b895b795
|
Merge branch 'grunt-js-folder' of https://github.com/coreos-inc/quay into ackbar
|
2015-01-23 17:26:14 -05:00 |
|
Jimmy Zelinskie
|
5a051491aa
|
gruntfile: support directories in our js
This will allow us to create directories for individual controllers,
directives, etc...
|
2015-01-21 13:18:49 -05:00 |
|
Joseph Schorr
|
1142b1bc18
|
Start on config setup tool. This tool is not yet functional.
|
2014-12-26 16:54:36 -05:00 |
|
Jimmy Zelinskie
|
716d7a737b
|
Strip whitespace from ALL the things.
|
2014-11-24 16:07:38 -05:00 |
|
Joseph Schorr
|
9eea8008dc
|
Fix inline SVG that was being miscompiled by htmlmin
|
2014-08-14 13:47:09 -04:00 |
|
Joseph Schorr
|
e7625491d6
|
Turn off collapseBooleanAttributes, which was causing the issue.
|
2014-07-15 14:20:42 -04:00 |
|
Joseph Schorr
|
ede8ed21f4
|
Enable DEBUGGING mode, which loads the individual script files rather than the minimized bundles created by grunt
|
2014-04-15 16:35:15 -04:00 |
|
Joseph Schorr
|
9e4a8097af
|
- Fix directive path in popup-input-button
- Add template caching to the combined JS bundle
- Load momentjs from the combined CDN
|
2014-04-15 16:19:08 -04:00 |
|
Joseph Schorr
|
5fa4733a2f
|
- Enable minification for the frontend JS bundle
- Make sure we are pegged to version 3.3.3 of D3
|
2014-04-15 15:58:00 -04:00 |
|
Joseph Schorr
|
7aab6a9fdd
|
Get basic grunt-ified CSS and JS working. Note that this currently uses the dist bundles for both prod and debug.
|
2014-04-15 15:51:32 -04:00 |
|
Joseph Schorr
|
cbd0f30070
|
Start work on getting grunt setup for the Quay frontend. Note that this change is NOT working code
|
2014-04-15 15:14:14 -04:00 |
|