Kevin Sawicki
216a9e11c0
Run set-development-version task during ci task
2013-08-08 17:25:35 -07:00
Kevin Sawicki
d13d0543b9
Ignore display-property-grouping lint errors
...
These aren't always accurate since the computed value for floats
can override the specified value.
2013-08-08 16:47:00 -07:00
Kevin Sawicki
2efbe9ce4e
Run partial-clean during deploy task
2013-07-08 11:29:46 -07:00
Kevin Sawicki
52aee1d050
💄
2013-06-27 09:11:15 -07:00
Kevin Sawicki
bd14aeee17
Move Grunt tasks to tasks directory
2013-06-27 09:07:33 -07:00
Kevin Sawicki
dc6e624eda
Add grunt tasks to generate and lint docs
...
Closes #604
2013-06-26 19:25:50 -07:00
Kevin Sawicki
20991381bd
Remove unneeded stdout/stderr output forwarding
2013-06-25 17:47:21 -07:00
Kevin Sawicki
5b7c4686f9
Add nof task
2013-06-24 20:55:55 -07:00
Kevin Sawicki
afac77ddfd
Don't copy bootstrap docs to build folder
2013-06-24 16:17:07 -07:00
Kevin Sawicki
fcd0b6839b
Don't copy vendor/apm to build folder
...
This is already copied as node_modules/atom-package-manager
2013-06-24 16:13:56 -07:00
Kevin Sawicki
915a737797
Don't copy git-utils/oniguruma deps/ during build
...
These contain source files used to build the native modules
and are not needed in the binary distribution.
2013-06-24 14:56:02 -07:00
Kevin Sawicki
ad888b3250
Use walkdir for recursively copying
...
grunt.file.recurse only calls back for file paths so directory
symlinks are being copied instead of linked causing duplicate
files in the final build folder.
2013-06-24 14:11:18 -07:00
Kevin Sawicki
5350a67990
Correct typo in package.json key
2013-06-24 12:13:48 -07:00
Kevin Sawicki
c02be2330c
Only read package.json once
2013-06-24 12:05:14 -07:00
Kevin Sawicki
0b07d276b9
Don't copy dev dependencies during build task
...
Closes #601
2013-06-24 11:14:46 -07:00
Kevin Sawicki
41611f826a
Add back lint as part of CI
2013-06-21 19:59:37 -07:00
Kevin Sawicki
4eac57c31c
Capture test standard out and error and log it
2013-06-21 13:35:19 -07:00
Kevin Sawicki
b562b3cf72
Remove script/copy-info-plist
...
Perform the copy in Gruntfile.coffee instead of a script
2013-06-21 09:30:53 -07:00
probablycorey
fd78c2a709
Don't clean node_modules when building
2013-06-20 17:15:53 -07:00
Kevin Sawicki & Nathan Sobo
fb7080c39a
Remove unused require
2013-06-20 17:15:53 -07:00
probablycorey
7e6979236e
🐛
2013-06-20 17:15:53 -07:00
probablycorey
593e8c0e14
Don't bootstrap from gruntfile
2013-06-20 17:15:52 -07:00
probablycorey
ee0d073cd2
Update default grunt task
2013-06-20 17:15:52 -07:00
probablycorey
2d583d6ea0
Use local spawn method to output all errors
2013-06-20 17:15:52 -07:00
probablycorey
e46af10631
Remove unused files from gitignore
2013-06-20 17:15:52 -07:00
probablycorey
5c2aaf9849
Create deploy task
2013-06-20 17:15:51 -07:00
probablycorey
7eff25e180
Install atom when default grunt task is run
2013-06-20 12:15:35 -07:00
probablycorey
4449758135
Don't set version when building on constructicon
2013-06-20 12:15:34 -07:00
probablycorey
7163d8dc71
Make atom work with constructicon
2013-06-20 12:15:34 -07:00
probablycorey
128f7b851a
Better constructicon output
2013-06-20 12:15:34 -07:00
probablycorey
5875c814df
Don't assume we can remove the BUILD_DIR
2013-06-20 12:15:34 -07:00
probablycorey
d629468cd1
Send error to async callback
2013-06-20 12:15:34 -07:00
probablycorey
0cdb477b3f
Only copy the app file
2013-06-20 12:15:34 -07:00
probablycorey
fc7b8b4bf1
Replace local exec function calls with grunt.util.spawn
2013-06-20 12:15:33 -07:00
probablycorey
22b7ae2136
Move plist code into update-info-plist
2013-06-20 12:15:33 -07:00
probablycorey
032d865c92
Move plist code into update-info-plist
2013-06-20 12:15:33 -07:00
probablycorey
c48c716eb0
Move utility functions to bottom of file
2013-06-20 12:15:33 -07:00
probablycorey
e98219d2c5
Allow gruntfile to set build-dir from the command line
2013-06-20 12:15:33 -07:00
probablycorey
4e0f37281b
Add codesign grunt task
2013-06-20 12:15:33 -07:00
probablycorey
e6750de14d
Remove lint from default task
...
It is causing an error.
2013-06-20 12:15:33 -07:00
probablycorey
5380a342d5
Rename postbuild to update-version
2013-06-20 12:15:33 -07:00
Kevin Sawicki
c86b8198d9
Use built-in underscore from grunt.util
2013-06-18 10:21:15 -07:00
Kevin Sawicki
3771bda471
Separate resources and mac segments before joining
2013-06-18 10:09:16 -07:00
Kevin Sawicki
7af474cbc6
Disable outline-none rule
2013-06-17 19:58:21 -07:00
Kevin Sawicki
91f18df917
Use grunt-cson for compilation
2013-06-15 22:10:06 -07:00
Kevin Sawicki
91e5d171b7
Lint dot-atom coffee files
2013-06-12 13:04:10 -07:00
Kevin Sawicki
abf7303d6e
Disable font-sizes rule
2013-06-12 10:18:23 -07:00
Kevin Sawicki
454106a22b
Disable several CSS Lint rules
2013-06-12 10:18:22 -07:00
Kevin Sawicki
43c1d7f8aa
Add less lint task
2013-06-12 10:18:22 -07:00
Kevin Sawicki
e00e87a845
Lint css files in static/
2013-06-11 16:34:48 -07:00